Html Css Color HEX #E41ED2 Shocking Pink

📋 copy color: '#E41ED2'

red 228 ◦ green 30 ◦ blue 210

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

Shades of Shocking Pink #E41ED2

Tints of Shocking Pink #E41ED2

RGB

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

 GREEN value IS 30 (12.11% from 255) = 6.41%

 BLUE value IS 210 (82.42% from 255) = 44.87%

R = 48.72%
G = 6.41%
B = 44.87%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.08

 K value IS 0.11

RGB Variations

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

Color information

#E41ED2 (or 0xE41ED2) is known color: Shocking Pink. HEX triplet: E4, 1E and D2. RGB value is (228,30,210). Sum of RGB (Red+Green+Blue) = 228+30+210=468 (61% of max value = 765). Red value is 228 (89.45% from 255 or 48.72% from 468); Green value is 30 (12.11% from 255 or 6.41% from 468); Blue value is 210 (82.42% from 255 or 44.87% from 468); Max value from RGB is 228 - color contains mainly: red. Hex color #E41ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41ED2 is #1BE12D. Grayscale: #6D6D6D. Windows color (decimal): -1827118 or 13770468. OLE color: 13770468.

HSL color Cylindrical-coordinate representation of color #E41ED2: hue angle of 305.45º degrees, saturation: 0.79, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E41ED2 is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 30 210 -
CMYK 0 0.87 0.08 0.11
HSL 305.45º 0.79% 0.51% -
HSV(B) 305.45º 0.87% 0.89% -
XYZ 44.09 22.08 62.91 -
YUV 109.72 184.6 212.36 -
System Red Green Blue C M Y K H S L
Decimal 228 30 210 0 0.87 0.08 0.11 305.45 0.79 0.51
Hex E4 1E D2 0 57 8 B 131 4F 33
Octal 344 36 322 0 127 10 13 461 117 63
Binary 11100100 11110 11010010 0 1010111 1000 1011 100110001 1001111 110011

Color Harmonies of #E41ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41ED2

Black with #E41ED2

Text Example


Text Example

White with #E41ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41ED2; }

 p { color: rgb(228,30,210); }

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

background-color css

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

 a { background-color: rgb(228,30,210); }

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

border-color css

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

 span { border-color: rgb(228,30,210); }

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