Html Css Color HEX #E90DBB Shocking Pink

📋 copy color: '#E90DBB'

red 233 ◦ green 13 ◦ blue 187

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

Shades of Shocking Pink #E90DBB

Tints of Shocking Pink #E90DBB

RGB

 RED value IS 233 (91.41% from 255) = 53.81%

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

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

R = 53.81%
G = 3%
B = 43.19%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.09

RGB Variations

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

Color information

#E90DBB (or 0xE90DBB) is known color: Shocking Pink. HEX triplet: E9, 0D and BB. RGB value is (233,13,187). Sum of RGB (Red+Green+Blue) = 233+13+187=433 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.81% from 433); Green value is 13 (5.47% from 255 or 3.00% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DBB is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90DBB is #16F244. Grayscale: #626262. Windows color (decimal): -1503813 or 12258793. OLE color: 12258793.

HSL color Cylindrical-coordinate representation of color #E90DBB: hue angle of 312.55º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #E90DBB is Cyan = 0, Magento = 0.94, Yellow = 0.20 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 13 187 -
CMYK 0 0.94 0.20 0.09
HSL 312.55º 0.89% 0.48% -
HSV(B) 312.55º 0.94% 0.91% -
XYZ 42.72 21.2 48.85 -
YUV 98.62 177.89 223.85 -
System Red Green Blue C M Y K H S L
Decimal 233 13 187 0 0.94 0.20 0.09 312.55 0.89 0.48
Hex E9 D BB 0 5E 14 9 139 59 30
Octal 351 15 273 0 136 24 11 471 131 60
Binary 11101001 1101 10111011 0 1011110 10100 1001 100111001 1011001 110000

Color Harmonies of #E90DBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90DBB

Black with #E90DBB

Text Example


Text Example

White with #E90DBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90DBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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