#E690CD

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

Shades of Shocking #E690CD

Tints of Shocking #E690CD

Color information

#E690CD (or 0xE690CD) is unknown color: approx Shocking. HEX triplet: E6, 90 and CD. RGB value is (230,144,205). Sum of RGB (Red+Green+Blue) = 230+144+205=579 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.72% from 579); Green value is 144 (56.64% from 255 or 24.87% from 579); Blue value is 205 (80.47% from 255 or 35.41% from 579); Max value from RGB is 230 - color contains mainly: red. Hex color #E690CD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690CD is #196F32. Grayscale: #B0B0B0. Windows color (decimal): -1666867 or 13471974. OLE color: 13471974.

HSL color Cylindrical-coordinate representation of color #E690CD: hue angle of 317.44º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #E690CD is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.10.

Color convert

RGB230144205-
CMYK00.370.110.10
HSL317.44º63.24%73.33%-
HSV(B)317.44º37.39%90.2%-
XYZ53.6341.1862.88-
YUV176.67143.99166.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.72%
GREEN value IS 144 (56.64% from 255) = 24.87%
BLUE value IS 205 (80.47% from 255) = 35.41%
R=39.72%
G=24.87%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014420500.370.110.10317.4463.2473.33
HexE690CD025BA13d3f49
Octal346220315045131247577111
Binary1110011010010000110011010100101101110101001111011111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E690CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E690CD; }

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

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

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

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

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

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

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

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