Html Css Color HEX #EA12C9 Shocking Pink

📋 copy color: '#EA12C9'

red 234 ◦ green 18 ◦ blue 201

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

Shades of Shocking Pink #EA12C9

Tints of Shocking Pink #EA12C9

RGB

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

 GREEN value IS 18 (7.42% from 255) = 3.97%

 BLUE value IS 201 (78.91% from 255) = 44.37%

R = 51.66%
G = 3.97%
B = 44.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.14

 K value IS 0.08

RGB Variations

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

Color information

#EA12C9 (or 0xEA12C9) is known color: Shocking Pink. HEX triplet: EA, 12 and C9. RGB value is (234,18,201). Sum of RGB (Red+Green+Blue) = 234+18+201=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 18 (7.42% from 255 or 3.97% from 453); Blue value is 201 (78.91% from 255 or 44.37% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA12C9 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #EA12C9 is #15ED36. Grayscale: #666666. Windows color (decimal): -1436983 or 13177578. OLE color: 13177578.

HSL color Cylindrical-coordinate representation of color #EA12C9: hue angle of 309.17º degrees, saturation: 0.86, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #EA12C9 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 18 201 -
CMYK 0 0.92 0.14 0.08
HSL 309.17º 0.86% 0.49% -
HSV(B) 309.17º 0.92% 0.92% -
XYZ 44.69 22.14 57.18 -
YUV 103.45 183.06 221.12 -
System Red Green Blue C M Y K H S L
Decimal 234 18 201 0 0.92 0.14 0.08 309.17 0.86 0.49
Hex EA 12 C9 0 5C E 8 135 56 31
Octal 352 22 311 0 134 16 10 465 126 61
Binary 11101010 10010 11001001 0 1011100 1110 1000 100110101 1010110 110001

Color Harmonies of #EA12C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA12C9

Black with #EA12C9

Text Example


Text Example

White with #EA12C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA12C9; }

 p { color: rgb(234,18,201); }

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

background-color css

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

 a { background-color: rgb(234,18,201); }

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

border-color css

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

 span { border-color: rgb(234,18,201); }

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