Html Css Color HEX #E414C2 Shocking Pink

📋 copy color: '#E414C2'

red 228 ◦ green 20 ◦ blue 194

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

Shades of Shocking Pink #E414C2

Tints of Shocking Pink #E414C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 43.89%

R = 51.58%
G = 4.52%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.15

 K value IS 0.11

RGB Variations

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

Color information

#E414C2 (or 0xE414C2) is known color: Shocking Pink. HEX triplet: E4, 14 and C2. RGB value is (228,20,194). Sum of RGB (Red+Green+Blue) = 228+20+194=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 194 (76.17% from 255 or 43.89% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E414C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E414C2 is #1BEB3D. Grayscale: #656565. Windows color (decimal): -1829694 or 12719332. OLE color: 12719332.

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

Color convert

RGB 228 20 194 -
CMYK 0 0.91 0.15 0.11
HSL 309.81º 0.84% 0.49% -
HSV(B) 309.81º 0.91% 0.89% -
XYZ 41.98 20.89 52.86 -
YUV 102.03 179.91 217.85 -
System Red Green Blue C M Y K H S L
Decimal 228 20 194 0 0.91 0.15 0.11 309.81 0.84 0.49
Hex E4 14 C2 0 5B F B 136 54 31
Octal 344 24 302 0 133 17 13 466 124 61
Binary 11100100 10100 11000010 0 1011011 1111 1011 100110110 1010100 110001

Color Harmonies of #E414C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E414C2

Black with #E414C2

Text Example


Text Example

White with #E414C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E414C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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