Html Css Color HEX #EA19D4 Shocking Pink

📋 copy color: '#EA19D4'

red 234 ◦ green 25 ◦ blue 212

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

Shades of Shocking Pink #EA19D4

Tints of Shocking Pink #EA19D4

RGB

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

 GREEN value IS 25 (10.16% from 255) = 5.31%

 BLUE value IS 212 (83.2% from 255) = 45.01%

R = 49.68%
G = 5.31%
B = 45.01%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#EA19D4 (or 0xEA19D4) is known color: Shocking Pink. HEX triplet: EA, 19 and D4. RGB value is (234,25,212). Sum of RGB (Red+Green+Blue) = 234+25+212=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 25 (10.16% from 255 or 5.31% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19D4 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19D4 is #15E62B. Grayscale: #6C6C6C. Windows color (decimal): -1435180 or 13900266. OLE color: 13900266.

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

Color convert

RGB 234 25 212 -
CMYK 0 0.89 0.09 0.08
HSL 306.32º 0.83% 0.51% -
HSV(B) 306.32º 0.89% 0.92% -
XYZ 46.16 22.94 64.28 -
YUV 108.81 186.24 217.29 -
System Red Green Blue C M Y K H S L
Decimal 234 25 212 0 0.89 0.09 0.08 306.32 0.83 0.51
Hex EA 19 D4 0 59 9 8 132 53 33
Octal 352 31 324 0 131 11 10 462 123 63
Binary 11101010 11001 11010100 0 1011001 1001 1000 100110010 1010011 110011

Color Harmonies of #EA19D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA19D4

Black with #EA19D4

Text Example


Text Example

White with #EA19D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA19D4; }

 p { color: rgb(234,25,212); }

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

background-color css

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

 a { background-color: rgb(234,25,212); }

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

border-color css

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

 span { border-color: rgb(234,25,212); }

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