Html Css Color HEX #E414CA Shocking Pink

📋 copy color: '#E414CA'

red 228 ◦ green 20 ◦ blue 202

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

Shades of Shocking Pink #E414CA

Tints of Shocking Pink #E414CA

RGB

 RED value IS 228 (89.45% from 255) = 50.67%

 GREEN value IS 20 (8.2% from 255) = 4.44%

 BLUE value IS 202 (79.3% from 255) = 44.89%

R = 50.67%
G = 4.44%
B = 44.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#E414CA (or 0xE414CA) is known color: Shocking Pink. HEX triplet: E4, 14 and CA. RGB value is (228,20,202). Sum of RGB (Red+Green+Blue) = 228+20+202=450 (59% of max value = 765). Red value is 228 (89.45% from 255 or 50.67% from 450); Green value is 20 (8.20% from 255 or 4.44% from 450); Blue value is 202 (79.30% from 255 or 44.89% from 450); Max value from RGB is 228 - color contains mainly: red. Hex color #E414CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E414CA is #1BEB35. Grayscale: #666666. Windows color (decimal): -1829686 or 13243620. OLE color: 13243620.

HSL color Cylindrical-coordinate representation of color #E414CA: hue angle of 307.5º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #E414CA is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 20 202 -
CMYK 0 0.91 0.11 0.11
HSL 307.5º 0.84% 0.49% -
HSV(B) 307.5º 0.91% 0.89% -
XYZ 42.91 21.26 57.72 -
YUV 102.94 183.91 217.2 -
System Red Green Blue C M Y K H S L
Decimal 228 20 202 0 0.91 0.11 0.11 307.5 0.84 0.49
Hex E4 14 CA 0 5B B B 134 54 31
Octal 344 24 312 0 133 13 13 464 124 61
Binary 11100100 10100 11001010 0 1011011 1011 1011 100110100 1010100 110001

Color Harmonies of #E414CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E414CA

Black with #E414CA

Text Example


Text Example

White with #E414CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E414CA; }

 p { color: rgb(228,20,202); }

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

background-color css

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

 a { background-color: rgb(228,20,202); }

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

border-color css

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

 span { border-color: rgb(228,20,202); }

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