Html Css Color HEX #EA1DB9 Shocking Pink

📋 copy color: '#EA1DB9'

red 234 ◦ green 29 ◦ blue 185

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

Shades of Shocking Pink #EA1DB9

Tints of Shocking Pink #EA1DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.47%

 BLUE value IS 185 (72.66% from 255) = 41.29%

R = 52.23%
G = 6.47%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#EA1DB9 (or 0xEA1DB9) is known color: Shocking Pink. HEX triplet: EA, 1D and B9. RGB value is (234,29,185). Sum of RGB (Red+Green+Blue) = 234+29+185=448 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.23% from 448); Green value is 29 (11.72% from 255 or 6.47% from 448); Blue value is 185 (72.66% from 255 or 41.29% from 448); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1DB9 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1DB9 is #15E246. Grayscale: #6B6B6B. Windows color (decimal): -1434183 or 12131818. OLE color: 12131818.

HSL color Cylindrical-coordinate representation of color #EA1DB9: hue angle of 314.34º degrees, saturation: 0.83, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EA1DB9 is Cyan = 0, Magento = 0.88, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 29 185 -
CMYK 0 0.88 0.21 0.08
HSL 314.34º 0.83% 0.52% -
HSV(B) 314.34º 0.88% 0.92% -
XYZ 43.13 21.87 47.85 -
YUV 108.08 171.42 217.82 -
System Red Green Blue C M Y K H S L
Decimal 234 29 185 0 0.88 0.21 0.08 314.34 0.83 0.52
Hex EA 1D B9 0 58 15 8 13A 53 34
Octal 352 35 271 0 130 25 10 472 123 64
Binary 11101010 11101 10111001 0 1011000 10101 1000 100111010 1010011 110100

Color Harmonies of #EA1DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1DB9

Black with #EA1DB9

Text Example


Text Example

White with #EA1DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1DB9; }

 p { color: rgb(234,29,185); }

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

background-color css

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

 a { background-color: rgb(234,29,185); }

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

border-color css

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

 span { border-color: rgb(234,29,185); }

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