Html Css Color HEX #E41DB9 Shocking Pink

📋 copy color: '#E41DB9'

red 228 ◦ green 29 ◦ blue 185

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

Shades of Shocking Pink #E41DB9

Tints of Shocking Pink #E41DB9

RGB

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

 GREEN value IS 29 (11.72% from 255) = 6.56%

 BLUE value IS 185 (72.66% from 255) = 41.86%

R = 51.58%
G = 6.56%
B = 41.86%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.19

 K value IS 0.11

RGB Variations

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

Color information

#E41DB9 (or 0xE41DB9) is known color: Shocking Pink. HEX triplet: E4, 1D and B9. RGB value is (228,29,185). Sum of RGB (Red+Green+Blue) = 228+29+185=442 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.58% from 442); Green value is 29 (11.72% from 255 or 6.56% from 442); Blue value is 185 (72.66% from 255 or 41.86% from 442); Max value from RGB is 228 - color contains mainly: red. Hex color #E41DB9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41DB9 is #1BE246. Grayscale: #696969. Windows color (decimal): -1827399 or 12131812. OLE color: 12131812.

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

Color convert

RGB 228 29 185 -
CMYK 0 0.87 0.19 0.11
HSL 312.96º 0.79% 0.5% -
HSV(B) 312.96º 0.87% 0.89% -
XYZ 41.19 20.88 47.76 -
YUV 106.29 172.43 214.82 -
System Red Green Blue C M Y K H S L
Decimal 228 29 185 0 0.87 0.19 0.11 312.96 0.79 0.5
Hex E4 1D B9 0 57 13 B 139 4F 32
Octal 344 35 271 0 127 23 13 471 117 62
Binary 11100100 11101 10111001 0 1010111 10011 1011 100111001 1001111 110010

Color Harmonies of #E41DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DB9

Black with #E41DB9

Text Example


Text Example

White with #E41DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DB9; }

 p { color: rgb(228,29,185); }

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

background-color css

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

 a { background-color: rgb(228,29,185); }

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

border-color css

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

 span { border-color: rgb(228,29,185); }

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