Html Css Color HEX #E790CC Shocking

📋 copy color: '#E790CC'

red 231 ◦ green 144 ◦ blue 204

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

Shades of Shocking #E790CC

Tints of Shocking #E790CC

RGB

 RED value IS 231 (90.63% from 255) = 39.9%

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

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

R = 39.9%
G = 24.87%
B = 35.23%

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

#E790CC (or 0xE790CC) is known color: Shocking. HEX triplet: E7, 90 and CC. RGB value is (231,144,204). Sum of RGB (Red+Green+Blue) = 231+144+204=579 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.90% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 231 - color contains mainly: red. Hex color #E790CC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790CC is #186F33. Grayscale: #B0B0B0. Windows color (decimal): -1601332 or 13406439. OLE color: 13406439.

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

Color convert

RGB 231 144 204 -
CMYK 0 0.38 0.12 0.09
HSL 318.62º 0.64% 0.74% -
HSV(B) 318.62º 0.38% 0.91% -
XYZ 53.83 41.3 62.26 -
YUV 176.85 143.32 166.62 -
System Red Green Blue C M Y K H S L
Decimal 231 144 204 0 0.38 0.12 0.09 318.62 0.64 0.74
Hex E7 90 CC 0 26 C 9 13F 40 4A
Octal 347 220 314 0 46 14 11 477 100 112
Binary 11100111 10010000 11001100 0 100110 1100 1001 100111111 1000000 1001010

Color Harmonies of #E790CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E790CC

Black with #E790CC

Text Example


Text Example

White with #E790CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E790CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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