#E690CA

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

Shades of Shocking #E690CA

Tints of Shocking #E690CA

Color information

#E690CA (or 0xE690CA) is unknown color: approx Shocking. HEX triplet: E6, 90 and CA. RGB value is (230,144,202). Sum of RGB (Red+Green+Blue) = 230+144+202=576 (76% of max value = 765). Red value is 230 (90.23% from 255 or 39.93% from 576); Green value is 144 (56.64% from 255 or 25% from 576); Blue value is 202 (79.30% from 255 or 35.07% from 576); Max value from RGB is 230 - color contains mainly: red. Hex color #E690CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #E690CA is #196F35. Grayscale: #B0B0B0. Windows color (decimal): -1666870 or 13275366. OLE color: 13275366.

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

Color convert

RGB230144202-
CMYK00.370.120.10
HSL319.53º63.24%73.33%-
HSV(B)319.53º37.39%90.2%-
XYZ53.2741.0360.99-
YUV176.33142.49166.28-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 39.93%
GREEN value IS 144 (56.64% from 255) = 25%
BLUE value IS 202 (79.30% from 255) = 35.07%
R=39.93%
G=25%
B=35.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.12
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23014420200.370.120.10319.5363.2473.33
HexE690CA025CA1403f49
Octal346220312045141250077111
Binary1110011010010000110010100100101110010101010000001111111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E690CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E690CA; }

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

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

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

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

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

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

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

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