Html Css Color HEX #E60281 Deep Pink

📋 copy color: '#E60281'

red 230 ◦ green 2 ◦ blue 129

#E60281
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Pink #E60281

Tints of Deep Pink #E60281

RGB

 RED value IS 230 (90.23% from 255) = 63.71%

 GREEN value IS 2 (1.17% from 255) = 0.55%

 BLUE value IS 129 (50.78% from 255) = 35.73%

R = 63.71%
G = 0.55%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.10

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#E60281 (or 0xE60281) is known color: Deep Pink. HEX triplet: E6, 02 and 81. RGB value is (230,2,129). Sum of RGB (Red+Green+Blue) = 230+2+129=361 (47% of max value = 765). Red value is 230 (90.23% from 255 or 63.71% from 361); Green value is 2 (1.17% from 255 or 0.55% from 361); Blue value is 129 (50.78% from 255 or 35.73% from 361); Max value from RGB is 230 - color contains mainly: red. Hex color #E60281 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E60281 is #19FD7E. Grayscale: #545454. Windows color (decimal): -1703295 or 8454886. OLE color: 8454886.

HSL color Cylindrical-coordinate representation of color #E60281: hue angle of 326.58º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E60281 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 2 129 -
CMYK 0 0.99 0.44 0.10
HSL 326.58º 0.98% 0.45% -
HSV(B) 326.58º 0.99% 0.9% -
XYZ 36.62 18.45 22.4 -
YUV 84.65 153.04 231.67 -
System Red Green Blue C M Y K H S L
Decimal 230 2 129 0 0.99 0.44 0.10 326.58 0.98 0.45
Hex E6 2 81 0 63 2C A 147 62 2D
Octal 346 2 201 0 143 54 12 507 142 55
Binary 11100110 10 10000001 0 1100011 101100 1010 101000111 1100010 101101

Color Harmonies of #E60281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E60281

Black with #E60281

Text Example


Text Example

White with #E60281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E60281; }

 p { color: rgb(230,2,129); }

 H1.HeaderClassName
 {
   color: #E60281;
 }
 .AnyTagClassName
 {
   color: #E60281;
 }
</style>

background-color css

<style>
 a { background-color: #E60281; }

 a { background-color: rgb(230,2,129); }

 div.DivClassName
 {
   background-color: #E60281;
 }
 .BgClassName
 {
   background-color: #E60281;
 }
</style>

border-color css

<style>
 span { border-color: #E60281; }

 span { border-color: rgb(230,2,129); }

 td.TdClassName
 {
   border-color: #E60281;
 }
 .TagClassName
 {
   border-color: #E60281;
 }
</style>