#EDA5CA

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

Shades of Shocking #EDA5CA

Tints of Shocking #EDA5CA

Color information

#EDA5CA (or 0xEDA5CA) is unknown color: approx Shocking. HEX triplet: ED, A5 and CA. RGB value is (237,165,202). Sum of RGB (Red+Green+Blue) = 237+165+202=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 165 (64.84% from 255 or 27.32% from 604); Blue value is 202 (79.30% from 255 or 33.44% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA5CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA5CA is #125A35. Grayscale: #BEBEBE. Windows color (decimal): -1202742 or 13280749. OLE color: 13280749.

HSL color Cylindrical-coordinate representation of color #EDA5CA: hue angle of 329.17º degrees, saturation: 0.67, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #EDA5CA is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB237165202-
CMYK00.300.150.07
HSL329.17º66.67%78.82%-
HSV(B)329.17º30.38%92.94%-
XYZ59.0449.1862.26-
YUV190.75134.35160.99-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 165 (64.84% from 255) = 27.32%
BLUE value IS 202 (79.30% from 255) = 33.44%
R=39.24%
G=27.32%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716520200.300.150.07329.1766.6778.82
HexEDA5CA01EF7149434f
Octal355245312036177511103117
Binary111011011010010111001010011110111111110100100110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA5CA; }

 p { color: rgb(237,165,202); }

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

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

 a { background-color: rgb(237,165,202); }

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

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

 span { border-color: rgb(237,165,202); }

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