Html Css Color HEX #E90DCC Shocking Pink

📋 copy color: '#E90DCC'

red 233 ◦ green 13 ◦ blue 204

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

Shades of Shocking Pink #E90DCC

Tints of Shocking Pink #E90DCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 45.33%

R = 51.78%
G = 2.89%
B = 45.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E90DCC (or 0xE90DCC) is known color: Shocking Pink. HEX triplet: E9, 0D and CC. RGB value is (233,13,204). Sum of RGB (Red+Green+Blue) = 233+13+204=450 (59% of max value = 765). Red value is 233 (91.41% from 255 or 51.78% from 450); Green value is 13 (5.47% from 255 or 2.89% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 233 - color contains mainly: red. Hex color #E90DCC is not a web safe color. Web safe color analog (approx): #FF00CC. Inversed color of #E90DCC is #16F233. Grayscale: #646464. Windows color (decimal): -1503796 or 13372905. OLE color: 13372905.

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

Color convert

RGB 233 13 204 -
CMYK 0 0.94 0.12 0.09
HSL 307.91º 0.89% 0.48% -
HSV(B) 307.91º 0.94% 0.91% -
XYZ 44.65 21.97 59.01 -
YUV 100.55 186.39 222.47 -
System Red Green Blue C M Y K H S L
Decimal 233 13 204 0 0.94 0.12 0.09 307.91 0.89 0.48
Hex E9 D CC 0 5E C 9 134 59 30
Octal 351 15 314 0 136 14 11 464 131 60
Binary 11101001 1101 11001100 0 1011110 1100 1001 100110100 1011001 110000

Color Harmonies of #E90DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E90DCC

Black with #E90DCC

Text Example


Text Example

White with #E90DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E90DCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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