Html Css Color HEX #E90DBE Shocking Pink

📋 copy color: '#E90DBE'

red 233 ◦ green 13 ◦ blue 190

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

Shades of Shocking Pink #E90DBE

Tints of Shocking Pink #E90DBE

RGB

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

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

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

R = 53.44%
G = 2.98%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#E90DBE (or 0xE90DBE) is known color: Shocking Pink. HEX triplet: E9, 0D and BE. RGB value is (233,13,190). Sum of RGB (Red+Green+Blue) = 233+13+190=436 (57% of max value = 765). Red value is 233 (91.41% from 255 or 53.44% from 436); Green value is 13 (5.47% from 255 or 2.98% from 436); Blue value is 190 (74.61% from 255 or 43.58% from 436); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DBE is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90DBE is #16F241. Grayscale: #626262. Windows color (decimal): -1503810 or 12455401. OLE color: 12455401.

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

Color convert

RGB 233 13 190 -
CMYK 0 0.94 0.18 0.09
HSL 311.73º 0.89% 0.48% -
HSV(B) 311.73º 0.94% 0.91% -
XYZ 43.04 21.33 50.56 -
YUV 98.96 179.39 223.61 -
System Red Green Blue C M Y K H S L
Decimal 233 13 190 0 0.94 0.18 0.09 311.73 0.89 0.48
Hex E9 D BE 0 5E 12 9 138 59 30
Octal 351 15 276 0 136 22 11 470 131 60
Binary 11101001 1101 10111110 0 1011110 10010 1001 100111000 1011001 110000

Color Harmonies of #E90DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90DBE

Black with #E90DBE

Text Example


Text Example

White with #E90DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90DBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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