#EDA4CB

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

Shades of Shocking #EDA4CB

Tints of Shocking #EDA4CB

Color information

#EDA4CB (or 0xEDA4CB) is unknown color: approx Shocking. HEX triplet: ED, A4 and CB. RGB value is (237,164,203). Sum of RGB (Red+Green+Blue) = 237+164+203=604 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.24% from 604); Green value is 164 (64.45% from 255 or 27.15% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 237 - color contains mainly: red. Hex color #EDA4CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EDA4CB is #125B34. Grayscale: #BEBEBE. Windows color (decimal): -1202997 or 13346029. OLE color: 13346029.

HSL color Cylindrical-coordinate representation of color #EDA4CB: hue angle of 327.95º 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 #EDA4CB is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB237164203-
CMYK00.310.140.07
HSL327.95º66.97%78.63%-
HSV(B)327.95º30.8%92.94%-
XYZ58.9848.8762.82-
YUV190.27135.18161.33-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.24%
GREEN value IS 164 (64.45% from 255) = 27.15%
BLUE value IS 203 (79.69% from 255) = 33.61%
R=39.24%
G=27.15%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23716420300.310.140.07327.9566.9778.63
HexEDA4CB01FE7148434f
Octal355244313037167510103117
Binary111011011010010011001011011111111011110100100010000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDA4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDA4CB; }

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

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

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

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

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

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

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

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