#ED8487

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

Shades of Carissma #ED8487

Tints of Carissma #ED8487

Color information

#ED8487 (or 0xED8487) is unknown color: approx Carissma. HEX triplet: ED, 84 and 87. RGB value is (237,132,135). Sum of RGB (Red+Green+Blue) = 237+132+135=504 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.02% from 504); Green value is 132 (51.95% from 255 or 26.19% from 504); Blue value is 135 (53.12% from 255 or 26.79% from 504); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8487 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8487 is #127B78. Grayscale: #A3A3A3. Windows color (decimal): -1211257 or 8881389. OLE color: 8881389.

HSL color Cylindrical-coordinate representation of color #ED8487: hue angle of 358.29º degrees, saturation: 0.74, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #ED8487 is Cyan = 0, Magento = 0.44, Yellow = 0.43 and Black (K on CMYK) = 0.07.

Color convert

RGB237132135-
CMYK00.440.430.07
HSL358.29º74.47%72.35%-
HSV(B)358.29º44.3%92.94%-
XYZ47.5536.2627.41-
YUV163.74111.79180.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.02%
GREEN value IS 132 (51.95% from 255) = 26.19%
BLUE value IS 135 (53.12% from 255) = 26.79%
R=47.02%
G=26.19%
B=26.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713213500.440.430.07358.2974.4772.35
HexED848702C2B71664a48
Octal355204207054537546112110
Binary111011011000010010000111010110010101111110110011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8487

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8487; }

 p { color: rgb(237,132,135); }

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

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

 a { background-color: rgb(237,132,135); }

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

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

 span { border-color: rgb(237,132,135); }

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