Html Css Color HEX #E41DCF Shocking Pink

📋 copy color: '#E41DCF'

red 228 ◦ green 29 ◦ blue 207

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

Shades of Shocking Pink #E41DCF

Tints of Shocking Pink #E41DCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 44.61%

R = 49.14%
G = 6.25%
B = 44.61%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.11

RGB Variations

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

Color information

#E41DCF (or 0xE41DCF) is known color: Shocking Pink. HEX triplet: E4, 1D and CF. RGB value is (228,29,207). Sum of RGB (Red+Green+Blue) = 228+29+207=464 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.14% from 464); Green value is 29 (11.72% from 255 or 6.25% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 228 - color contains mainly: red. Hex color #E41DCF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41DCF is #1BE230. Grayscale: #6C6C6C. Windows color (decimal): -1827377 or 13573604. OLE color: 13573604.

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

Color convert

RGB 228 29 207 -
CMYK 0 0.87 0.09 0.11
HSL 306.33º 0.79% 0.5% -
HSV(B) 306.33º 0.87% 0.89% -
XYZ 43.7 21.88 60.95 -
YUV 108.79 183.43 213.03 -
System Red Green Blue C M Y K H S L
Decimal 228 29 207 0 0.87 0.09 0.11 306.33 0.79 0.5
Hex E4 1D CF 0 57 9 B 132 4F 32
Octal 344 35 317 0 127 11 13 462 117 62
Binary 11100100 11101 11001111 0 1010111 1001 1011 100110010 1001111 110010

Color Harmonies of #E41DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DCF

Black with #E41DCF

Text Example


Text Example

White with #E41DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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