Html Css Color HEX #E00DBE Shocking Pink

📋 copy color: '#E00DBE'

red 224 ◦ green 13 ◦ blue 190

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

Shades of Shocking Pink #E00DBE

Tints of Shocking Pink #E00DBE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.04%

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 52.46%
G = 3.04%
B = 44.5%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.15

 K value IS 0.12

RGB Variations

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

Color information

#E00DBE (or 0xE00DBE) is known color: Shocking Pink. HEX triplet: E0, 0D and BE. RGB value is (224,13,190). Sum of RGB (Red+Green+Blue) = 224+13+190=427 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.46% from 427); Green value is 13 (5.47% from 255 or 3.04% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 224 - color contains mainly: red. Hex color #E00DBE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E00DBE is #1FF241. Grayscale: #5F5F5F. Windows color (decimal): -2093634 or 12455392. OLE color: 12455392.

HSL color Cylindrical-coordinate representation of color #E00DBE: hue angle of 309.67º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E00DBE is Cyan = 0, Magento = 0.94, Yellow = 0.15 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 13 190 -
CMYK 0 0.94 0.15 0.12
HSL 309.67º 0.89% 0.46% -
HSV(B) 309.67º 0.94% 0.88% -
XYZ 40.18 19.85 50.43 -
YUV 96.27 180.9 219.11 -
System Red Green Blue C M Y K H S L
Decimal 224 13 190 0 0.94 0.15 0.12 309.67 0.89 0.46
Hex E0 D BE 0 5E F C 136 59 2E
Octal 340 15 276 0 136 17 14 466 131 56
Binary 11100000 1101 10111110 0 1011110 1111 1100 100110110 1011001 101110

Color Harmonies of #E00DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00DBE

Black with #E00DBE

Text Example


Text Example

White with #E00DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00DBE; }

 p { color: rgb(224,13,190); }

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

background-color css

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

 a { background-color: rgb(224,13,190); }

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

border-color css

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

 span { border-color: rgb(224,13,190); }

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