#ED95CA

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

Shades of Shocking #ED95CA

Tints of Shocking #ED95CA

Color information

#ED95CA (or 0xED95CA) is unknown color: approx Shocking. HEX triplet: ED, 95 and CA. RGB value is (237,149,202). Sum of RGB (Red+Green+Blue) = 237+149+202=588 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.31% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 237 - color contains mainly: red. Hex color #ED95CA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED95CA is #126A35. Grayscale: #B5B5B5. Windows color (decimal): -1206838 or 13276653. OLE color: 13276653.

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

Color convert

RGB237149202-
CMYK00.370.150.07
HSL323.86º70.97%75.69%-
HSV(B)323.86º37.13%92.94%-
XYZ56.3343.7661.36-
YUV181.35139.65167.69-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.31%
GREEN value IS 149 (58.59% from 255) = 25.34%
BLUE value IS 202 (79.30% from 255) = 34.35%
R=40.31%
G=25.34%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714920200.370.150.07323.8670.9775.69
HexED95CA025F7144474c
Octal355225312045177504107114
Binary1110110110010101110010100100101111111110100010010001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED95CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED95CA; }

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

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

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

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

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

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

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

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