Html Css Color HEX #E41DCE Shocking Pink

📋 copy color: '#E41DCE'

red 228 ◦ green 29 ◦ blue 206

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

Shades of Shocking Pink #E41DCE

Tints of Shocking Pink #E41DCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 44.49%

R = 49.24%
G = 6.26%
B = 44.49%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#E41DCE (or 0xE41DCE) is known color: Shocking Pink. HEX triplet: E4, 1D and CE. RGB value is (228,29,206). Sum of RGB (Red+Green+Blue) = 228+29+206=463 (61% of max value = 765). Red value is 228 (89.45% from 255 or 49.24% from 463); Green value is 29 (11.72% from 255 or 6.26% from 463); Blue value is 206 (80.86% from 255 or 44.49% from 463); Max value from RGB is 228 - color contains mainly: red. Hex color #E41DCE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41DCE is #1BE231. Grayscale: #6C6C6C. Windows color (decimal): -1827378 or 13508068. OLE color: 13508068.

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

Color convert

RGB 228 29 206 -
CMYK 0 0.87 0.10 0.11
HSL 306.63º 0.79% 0.5% -
HSV(B) 306.63º 0.87% 0.89% -
XYZ 43.57 21.83 60.31 -
YUV 108.68 182.93 213.11 -
System Red Green Blue C M Y K H S L
Decimal 228 29 206 0 0.87 0.10 0.11 306.63 0.79 0.5
Hex E4 1D CE 0 57 A B 133 4F 32
Octal 344 35 316 0 127 12 13 463 117 62
Binary 11100100 11101 11001110 0 1010111 1010 1011 100110011 1001111 110010

Color Harmonies of #E41DCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DCE

Black with #E41DCE

Text Example


Text Example

White with #E41DCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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