Html Css Color HEX #EA1884 Deep Pink

📋 copy color: '#EA1884'

red 234 ◦ green 24 ◦ blue 132

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

Shades of Deep Pink #EA1884

Tints of Deep Pink #EA1884

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.15%

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

R = 60%
G = 6.15%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.44

 K value IS 0.08

RGB Variations

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

Color information

#EA1884 (or 0xEA1884) is known color: Deep Pink. HEX triplet: EA, 18 and 84. RGB value is (234,24,132). Sum of RGB (Red+Green+Blue) = 234+24+132=390 (51% of max value = 765). Red value is 234 (91.80% from 255 or 60% from 390); Green value is 24 (9.77% from 255 or 6.15% from 390); Blue value is 132 (51.95% from 255 or 33.85% from 390); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1884 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #EA1884 is #15E77B. Grayscale: #626262. Windows color (decimal): -1435516 or 8657130. OLE color: 8657130.

HSL color Cylindrical-coordinate representation of color #EA1884: hue angle of 329.14º degrees, saturation: 0.83, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #EA1884 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 24 132 -
CMYK 0 0.90 0.44 0.08
HSL 329.14º 0.83% 0.51% -
HSV(B) 329.14º 0.9% 0.92% -
XYZ 38.42 19.81 23.63 -
YUV 99.1 146.57 224.22 -
System Red Green Blue C M Y K H S L
Decimal 234 24 132 0 0.90 0.44 0.08 329.14 0.83 0.51
Hex EA 18 84 0 5A 2C 8 149 53 33
Octal 352 30 204 0 132 54 10 511 123 63
Binary 11101010 11000 10000100 0 1011010 101100 1000 101001001 1010011 110011

Color Harmonies of #EA1884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1884

Black with #EA1884

Text Example


Text Example

White with #EA1884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1884; }

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

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

background-color css

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

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

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

border-color css

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

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

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