Html Css Color HEX #E990CC Shocking

📋 copy color: '#E990CC'

red 233 ◦ green 144 ◦ blue 204

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

Shades of Shocking #E990CC

Tints of Shocking #E990CC

RGB

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

 GREEN value IS 144 (56.64% from 255) = 24.78%

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

R = 40.1%
G = 24.78%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.09

RGB Variations

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

Color information

#E990CC (or 0xE990CC) is known color: Shocking. HEX triplet: E9, 90 and CC. RGB value is (233,144,204). Sum of RGB (Red+Green+Blue) = 233+144+204=581 (76% of max value = 765). Red value is 233 (91.41% from 255 or 40.10% from 581); Green value is 144 (56.64% from 255 or 24.78% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 233 - color contains mainly: red. Hex color #E990CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E990CC is #166F33. Grayscale: #B1B1B1. Windows color (decimal): -1470260 or 13406441. OLE color: 13406441.

HSL color Cylindrical-coordinate representation of color #E990CC: hue angle of 319.55º degrees, saturation: 0.67, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #E990CC is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 144 204 -
CMYK 0 0.38 0.12 0.09
HSL 319.55º 0.67% 0.74% -
HSV(B) 319.55º 0.38% 0.91% -
XYZ 54.48 41.63 62.29 -
YUV 177.45 142.99 167.62 -
System Red Green Blue C M Y K H S L
Decimal 233 144 204 0 0.38 0.12 0.09 319.55 0.67 0.74
Hex E9 90 CC 0 26 C 9 140 43 4A
Octal 351 220 314 0 46 14 11 500 103 112
Binary 11101001 10010000 11001100 0 100110 1100 1001 101000000 1000011 1001010

Color Harmonies of #E990CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E990CC

Black with #E990CC

Text Example


Text Example

White with #E990CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E990CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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