#ED8485

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

Shades of Carissma #ED8485

Tints of Carissma #ED8485

Color information

#ED8485 (or 0xED8485) is unknown color: approx Carissma. HEX triplet: ED, 84 and 85. RGB value is (237,132,133). Sum of RGB (Red+Green+Blue) = 237+132+133=502 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.21% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 133 (52.34% from 255 or 26.49% from 502); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8485 is #127B7A. Grayscale: #A3A3A3. Windows color (decimal): -1211259 or 8750317. OLE color: 8750317.

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

Color convert

RGB237132133-
CMYK00.440.440.07
HSL359.43º74.47%72.35%-
HSV(B)359.43º44.3%92.94%-
XYZ47.4136.226.68-
YUV163.51110.79180.42-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.21%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 133 (52.34% from 255) = 26.49%
R=47.21%
G=26.29%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713213300.440.440.07359.4374.4772.35
HexED848502C2C71674a48
Octal355204205054547547112110
Binary111011011000010010000101010110010110011110110011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8485; }

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

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

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

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

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

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

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

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