#E790CD

Color #E790CD Shocking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shocking #E790CD

Tints of Shocking #E790CD

Color information

#E790CD (or 0xE790CD) is unknown color: approx Shocking. HEX triplet: E7, 90 and CD. RGB value is (231,144,205). Sum of RGB (Red+Green+Blue) = 231+144+205=580 (76% of max value = 765). Red value is 231 (90.62% from 255 or 39.83% from 580); Green value is 144 (56.64% from 255 or 24.83% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 231 - color contains mainly: red. Hex color #E790CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E790CD is #186F32. Grayscale: #B0B0B0. Windows color (decimal): -1601331 or 13471975. OLE color: 13471975.

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

Color convert

RGB231144205-
CMYK00.380.110.09
HSL317.93º64.44%73.53%-
HSV(B)317.93º37.66%90.59%-
XYZ53.9541.3462.89-
YUV176.97143.82166.54-

RGB Variations

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

RGB

RED value IS 231 (90.62% from 255) = 39.83%
GREEN value IS 144 (56.64% from 255) = 24.83%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=39.83%
G=24.83%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal23114420500.380.110.09317.9364.4473.53
HexE790CD026B913e404a
Octal3472203150461311476100112
Binary11100111100100001100110101001101011100110011111010000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E790CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E790CD; }

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

 H1.HeaderClassName
 {
   color: #E790CD;
 }
 .AnyTagClassName
 {
   color: #E790CD;
 }
</style>
background-color css

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

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

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

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

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

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