Html Css Color HEX #E01DBB Shocking Pink

📋 copy color: '#E01DBB'

red 224 ◦ green 29 ◦ blue 187

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

Shades of Shocking Pink #E01DBB

Tints of Shocking Pink #E01DBB

RGB

 RED value IS 224 (87.89% from 255) = 50.91%

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

 BLUE value IS 187 (73.44% from 255) = 42.5%

R = 50.91%
G = 6.59%
B = 42.5%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E01DBB (or 0xE01DBB) is known color: Shocking Pink. HEX triplet: E0, 1D and BB. RGB value is (224,29,187). Sum of RGB (Red+Green+Blue) = 224+29+187=440 (58% of max value = 765). Red value is 224 (87.89% from 255 or 50.91% from 440); Green value is 29 (11.72% from 255 or 6.59% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 224 - color contains mainly: red. Hex color #E01DBB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E01DBB is #1FE244. Grayscale: #686868. Windows color (decimal): -2089541 or 12262880. OLE color: 12262880.

HSL color Cylindrical-coordinate representation of color #E01DBB: hue angle of 311.38º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E01DBB is Cyan = 0, Magento = 0.87, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 29 187 -
CMYK 0 0.87 0.17 0.12
HSL 311.38º 0.77% 0.5% -
HSV(B) 311.38º 0.87% 0.88% -
XYZ 40.15 20.31 48.82 -
YUV 105.32 174.1 212.65 -
System Red Green Blue C M Y K H S L
Decimal 224 29 187 0 0.87 0.17 0.12 311.38 0.77 0.5
Hex E0 1D BB 0 57 11 C 137 4D 32
Octal 340 35 273 0 127 21 14 467 115 62
Binary 11100000 11101 10111011 0 1010111 10001 1100 100110111 1001101 110010

Color Harmonies of #E01DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E01DBB

Black with #E01DBB

Text Example


Text Example

White with #E01DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E01DBB; }

 p { color: rgb(224,29,187); }

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

background-color css

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

 a { background-color: rgb(224,29,187); }

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

border-color css

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

 span { border-color: rgb(224,29,187); }

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