Html Css Color HEX #EA1185 Deep Pink

📋 copy color: '#EA1185'

red 234 ◦ green 17 ◦ blue 133

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

Shades of Deep Pink #EA1185

Tints of Deep Pink #EA1185

RGB

 RED value IS 234 (91.8% from 255) = 60.94%

 GREEN value IS 17 (7.03% from 255) = 4.43%

 BLUE value IS 133 (52.34% from 255) = 34.64%

R = 60.94%
G = 4.43%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.43

 K value IS 0.08

RGB Variations

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

Color information

#EA1185 (or 0xEA1185) is known color: Deep Pink. HEX triplet: EA, 11 and 85. RGB value is (234,17,133). Sum of RGB (Red+Green+Blue) = 234+17+133=384 (50% of max value = 765). Red value is 234 (91.80% from 255 or 60.94% from 384); Green value is 17 (7.03% from 255 or 4.43% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1185 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1185 is #15EE7A. Grayscale: #5E5E5E. Windows color (decimal): -1437307 or 8720874. OLE color: 8720874.

HSL color Cylindrical-coordinate representation of color #EA1185: hue angle of 327.93º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #EA1185 is Cyan = 0, Magento = 0.93, Yellow = 0.43 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 17 133 -
CMYK 0 0.93 0.43 0.08
HSL 327.93º 0.86% 0.49% -
HSV(B) 327.93º 0.93% 0.92% -
XYZ 38.37 19.59 23.95 -
YUV 95.11 149.39 227.07 -
System Red Green Blue C M Y K H S L
Decimal 234 17 133 0 0.93 0.43 0.08 327.93 0.86 0.49
Hex EA 11 85 0 5D 2B 8 148 56 31
Octal 352 21 205 0 135 53 10 510 126 61
Binary 11101010 10001 10000101 0 1011101 101011 1000 101001000 1010110 110001

Color Harmonies of #EA1185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1185

Black with #EA1185

Text Example


Text Example

White with #EA1185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1185; }

 p { color: rgb(234,17,133); }

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

background-color css

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

 a { background-color: rgb(234,17,133); }

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

border-color css

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

 span { border-color: rgb(234,17,133); }

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