Html Css Color HEX #E90DB2 Shocking Pink

📋 copy color: '#E90DB2'

red 233 ◦ green 13 ◦ blue 178

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

Shades of Shocking Pink #E90DB2

Tints of Shocking Pink #E90DB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 41.98%

R = 54.95%
G = 3.07%
B = 41.98%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.24

 K value IS 0.09

RGB Variations

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

Color information

#E90DB2 (or 0xE90DB2) is known color: Shocking Pink. HEX triplet: E9, 0D and B2. RGB value is (233,13,178). Sum of RGB (Red+Green+Blue) = 233+13+178=424 (56% of max value = 765). Red value is 233 (91.41% from 255 or 54.95% from 424); Green value is 13 (5.47% from 255 or 3.07% from 424); Blue value is 178 (69.92% from 255 or 41.98% from 424); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DB2 is not a web safe color. Web safe color analog (approx): #FF0099. Inversed color of #E90DB2 is #16F24D. Grayscale: #616161. Windows color (decimal): -1503822 or 11668969. OLE color: 11668969.

HSL color Cylindrical-coordinate representation of color #E90DB2: hue angle of 315º 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 #E90DB2 is Cyan = 0, Magento = 0.94, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 13 178 -
CMYK 0 0.94 0.24 0.09
HSL 315º 0.89% 0.48% -
HSV(B) 315º 0.94% 0.91% -
XYZ 41.78 20.83 43.94 -
YUV 97.59 173.39 224.58 -
System Red Green Blue C M Y K H S L
Decimal 233 13 178 0 0.94 0.24 0.09 315 0.89 0.48
Hex E9 D B2 0 5E 18 9 13B 59 30
Octal 351 15 262 0 136 30 11 473 131 60
Binary 11101001 1101 10110010 0 1011110 11000 1001 100111011 1011001 110000

Color Harmonies of #E90DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90DB2

Black with #E90DB2

Text Example


Text Example

White with #E90DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90DB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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