Html Css Color HEX #EA19C6 Shocking Pink

📋 copy color: '#EA19C6'

red 234 ◦ green 25 ◦ blue 198

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

Shades of Shocking Pink #EA19C6

Tints of Shocking Pink #EA19C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 43.33%

R = 51.2%
G = 5.47%
B = 43.33%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA19C6 (or 0xEA19C6) is known color: Shocking Pink. HEX triplet: EA, 19 and C6. RGB value is (234,25,198). Sum of RGB (Red+Green+Blue) = 234+25+198=457 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.20% from 457); Green value is 25 (10.16% from 255 or 5.47% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 234 - color contains mainly: red. Hex color #EA19C6 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA19C6 is #15E639. Grayscale: #6A6A6A. Windows color (decimal): -1435194 or 12982762. OLE color: 12982762.

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

Color convert

RGB 234 25 198 -
CMYK 0 0.89 0.15 0.08
HSL 310.33º 0.83% 0.51% -
HSV(B) 310.33º 0.89% 0.92% -
XYZ 44.47 22.26 55.38 -
YUV 107.21 179.24 218.43 -
System Red Green Blue C M Y K H S L
Decimal 234 25 198 0 0.89 0.15 0.08 310.33 0.83 0.51
Hex EA 19 C6 0 59 F 8 136 53 33
Octal 352 31 306 0 131 17 10 466 123 63
Binary 11101010 11001 11000110 0 1011001 1111 1000 100110110 1010011 110011

Color Harmonies of #EA19C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA19C6

Black with #EA19C6

Text Example


Text Example

White with #EA19C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA19C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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