Html Css Color HEX #E10DBB Shocking Pink

📋 copy color: '#E10DBB'

red 225 ◦ green 13 ◦ blue 187

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

Shades of Shocking Pink #E10DBB

Tints of Shocking Pink #E10DBB

RGB

 RED value IS 225 (88.28% from 255) = 52.94%

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

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

R = 52.94%
G = 3.06%
B = 44%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.17

 K value IS 0.12

RGB Variations

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

Color information

#E10DBB (or 0xE10DBB) is known color: Shocking Pink. HEX triplet: E1, 0D and BB. RGB value is (225,13,187). Sum of RGB (Red+Green+Blue) = 225+13+187=425 (56% of max value = 765). Red value is 225 (88.28% from 255 or 52.94% from 425); Green value is 13 (5.47% from 255 or 3.06% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 225 - color contains mainly: red. Hex color #E10DBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #E10DBB is #1EF244. Grayscale: #5F5F5F. Windows color (decimal): -2028101 or 12258785. OLE color: 12258785.

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

Color convert

RGB 225 13 187 -
CMYK 0 0.94 0.17 0.12
HSL 310.75º 0.89% 0.47% -
HSV(B) 310.75º 0.94% 0.88% -
XYZ 40.16 19.88 48.73 -
YUV 96.22 179.24 219.85 -
System Red Green Blue C M Y K H S L
Decimal 225 13 187 0 0.94 0.17 0.12 310.75 0.89 0.47
Hex E1 D BB 0 5E 11 C 137 59 2F
Octal 341 15 273 0 136 21 14 467 131 57
Binary 11100001 1101 10111011 0 1011110 10001 1100 100110111 1011001 101111

Color Harmonies of #E10DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10DBB

Black with #E10DBB

Text Example


Text Example

White with #E10DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10DBB; }

 p { color: rgb(225,13,187); }

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

background-color css

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

 a { background-color: rgb(225,13,187); }

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

border-color css

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

 span { border-color: rgb(225,13,187); }

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