Html Css Color HEX #EA1184 Deep Pink

📋 copy color: '#EA1184'

red 234 ◦ green 17 ◦ blue 132

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

Shades of Deep Pink #EA1184

Tints of Deep Pink #EA1184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.46%

R = 61.1%
G = 4.44%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA1184 (or 0xEA1184) is known color: Deep Pink. HEX triplet: EA, 11 and 84. RGB value is (234,17,132). Sum of RGB (Red+Green+Blue) = 234+17+132=383 (50% of max value = 765). Red value is 234 (91.80% from 255 or 61.10% from 383); Green value is 17 (7.03% from 255 or 4.44% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1184 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1184 is #15EE7B. Grayscale: #5E5E5E. Windows color (decimal): -1437308 or 8655338. OLE color: 8655338.

HSL color Cylindrical-coordinate representation of color #EA1184: hue angle of 328.2º 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 #EA1184 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 17 132 -
CMYK 0 0.93 0.44 0.08
HSL 328.2º 0.86% 0.49% -
HSV(B) 328.2º 0.93% 0.92% -
XYZ 38.3 19.56 23.59 -
YUV 94.99 148.89 227.15 -
System Red Green Blue C M Y K H S L
Decimal 234 17 132 0 0.93 0.44 0.08 328.2 0.86 0.49
Hex EA 11 84 0 5D 2C 8 148 56 31
Octal 352 21 204 0 135 54 10 510 126 61
Binary 11101010 10001 10000100 0 1011101 101100 1000 101001000 1010110 110001

Color Harmonies of #EA1184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1184

Black with #EA1184

Text Example


Text Example

White with #EA1184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1184; }

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

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

background-color css

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

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

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

border-color css

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

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

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