Html Css Color HEX #E90DC8 Shocking Pink

📋 copy color: '#E90DC8'

red 233 ◦ green 13 ◦ blue 200

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

Shades of Shocking Pink #E90DC8

Tints of Shocking Pink #E90DC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.84%

R = 52.24%
G = 2.91%
B = 44.84%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.14

 K value IS 0.09

RGB Variations

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

Color information

#E90DC8 (or 0xE90DC8) is known color: Shocking Pink. HEX triplet: E9, 0D and C8. RGB value is (233,13,200). Sum of RGB (Red+Green+Blue) = 233+13+200=446 (59% of max value = 765). Red value is 233 (91.41% from 255 or 52.24% from 446); Green value is 13 (5.47% from 255 or 2.91% from 446); Blue value is 200 (78.52% from 255 or 44.84% from 446); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DC8 is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90DC8 is #16F237. Grayscale: #636363. Windows color (decimal): -1503800 or 13110761. OLE color: 13110761.

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

Color convert

RGB 233 13 200 -
CMYK 0 0.94 0.14 0.09
HSL 309º 0.89% 0.48% -
HSV(B) 309º 0.94% 0.91% -
XYZ 44.17 21.78 56.52 -
YUV 100.1 184.39 222.79 -
System Red Green Blue C M Y K H S L
Decimal 233 13 200 0 0.94 0.14 0.09 309 0.89 0.48
Hex E9 D C8 0 5E E 9 135 59 30
Octal 351 15 310 0 136 16 11 465 131 60
Binary 11101001 1101 11001000 0 1011110 1110 1001 100110101 1011001 110000

Color Harmonies of #E90DC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90DC8

Black with #E90DC8

Text Example


Text Example

White with #E90DC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90DC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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