Html Css Color HEX #E41DBC Shocking Pink

📋 copy color: '#E41DBC'

red 228 ◦ green 29 ◦ blue 188

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

Shades of Shocking Pink #E41DBC

Tints of Shocking Pink #E41DBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.25%

R = 51.24%
G = 6.52%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#E41DBC (or 0xE41DBC) is known color: Shocking Pink. HEX triplet: E4, 1D and BC. RGB value is (228,29,188). Sum of RGB (Red+Green+Blue) = 228+29+188=445 (58% of max value = 765). Red value is 228 (89.45% from 255 or 51.24% from 445); Green value is 29 (11.72% from 255 or 6.52% from 445); Blue value is 188 (73.83% from 255 or 42.25% from 445); Max value from RGB is 228 - color contains mainly: red. Hex color #E41DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E41DBC is #1BE243. Grayscale: #6A6A6A. Windows color (decimal): -1827396 or 12328420. OLE color: 12328420.

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

Color convert

RGB 228 29 188 -
CMYK 0 0.87 0.18 0.11
HSL 312.06º 0.79% 0.5% -
HSV(B) 312.06º 0.87% 0.89% -
XYZ 41.51 21 49.44 -
YUV 106.63 173.93 214.57 -
System Red Green Blue C M Y K H S L
Decimal 228 29 188 0 0.87 0.18 0.11 312.06 0.79 0.5
Hex E4 1D BC 0 57 12 B 138 4F 32
Octal 344 35 274 0 127 22 13 470 117 62
Binary 11100100 11101 10111100 0 1010111 10010 1011 100111000 1001111 110010

Color Harmonies of #E41DBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41DBC

Black with #E41DBC

Text Example


Text Example

White with #E41DBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41DBC; }

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

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

background-color css

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

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

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

border-color css

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

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

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