Html Css Color HEX #EA1CC6 Shocking Pink

📋 copy color: '#EA1CC6'

red 234 ◦ green 28 ◦ blue 198

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

Shades of Shocking Pink #EA1CC6

Tints of Shocking Pink #EA1CC6

RGB

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

 GREEN value IS 28 (11.33% from 255) = 6.09%

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

R = 50.87%
G = 6.09%
B = 43.04%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.15

 K value IS 0.08

RGB Variations

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

Color information

#EA1CC6 (or 0xEA1CC6) is known color: Shocking Pink. HEX triplet: EA, 1C and C6. RGB value is (234,28,198). Sum of RGB (Red+Green+Blue) = 234+28+198=460 (60% of max value = 765). Red value is 234 (91.80% from 255 or 50.87% from 460); Green value is 28 (11.33% from 255 or 6.09% from 460); Blue value is 198 (77.73% from 255 or 43.04% from 460); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1CC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA1CC6 is #15E339. Grayscale: #6C6C6C. Windows color (decimal): -1434426 or 12983530. OLE color: 12983530.

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

Color convert

RGB 234 28 198 -
CMYK 0 0.88 0.15 0.08
HSL 310.49º 0.83% 0.51% -
HSV(B) 310.49º 0.88% 0.92% -
XYZ 44.54 22.4 55.4 -
YUV 108.97 178.25 217.18 -
System Red Green Blue C M Y K H S L
Decimal 234 28 198 0 0.88 0.15 0.08 310.49 0.83 0.51
Hex EA 1C C6 0 58 F 8 136 53 33
Octal 352 34 306 0 130 17 10 466 123 63
Binary 11101010 11100 11000110 0 1011000 1111 1000 100110110 1010011 110011

Color Harmonies of #EA1CC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1CC6

Black with #EA1CC6

Text Example


Text Example

White with #EA1CC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1CC6; }

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

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

background-color css

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

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

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

border-color css

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

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

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