#EDA4CA

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

Shades of Shocking #EDA4CA

Tints of Shocking #EDA4CA

Color information

#EDA4CA (or 0xEDA4CA) is unknown color: approx Shocking. HEX triplet: ED, A4 and CA. RGB value is (237,164,202). Sum of RGB (Red+Green+Blue) = 237+164+202=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 164 (64.45% from 255 or 27.20% from 603); Blue value is 202 (79.30% from 255 or 33.50% from 603); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4CA is #125B35. Grayscale: #BEBEBE. Windows color (decimal): -1202998 or 13280493. OLE color: 13280493.

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

Color convert

RGB237164202-
CMYK00.310.150.07
HSL328.77º66.97%78.63%-
HSV(B)328.77º30.8%92.94%-
XYZ58.8648.8262.2-
YUV190.16134.68161.41-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.30%
GREEN value IS 164 (64.45% from 255) = 27.20%
BLUE value IS 202 (79.30% from 255) = 33.50%
R=39.30%
G=27.20%
B=33.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716420200.310.150.07328.7766.9778.63
HexEDA4CA01FF7149434f
Octal355244312037177511103117
Binary111011011010010011001010011111111111110100100110000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4CA; }

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

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

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

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

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

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

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

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