#ED8285

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

Shades of Carissma #ED8285

Tints of Carissma #ED8285

Color information

#ED8285 (or 0xED8285) is unknown color: approx Carissma. HEX triplet: ED, 82 and 85. RGB value is (237,130,133). Sum of RGB (Red+Green+Blue) = 237+130+133=500 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.4% from 500); Green value is 130 (51.17% from 255 or 26% from 500); Blue value is 133 (52.34% from 255 or 26.6% from 500); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8285 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8285 is #127D7A. Grayscale: #A2A2A2. Windows color (decimal): -1211771 or 8749805. OLE color: 8749805.

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

Color convert

RGB237130133-
CMYK00.450.440.07
HSL358.32º74.83%71.96%-
HSV(B)358.32º45.15%92.94%-
XYZ47.1435.6626.59-
YUV162.34111.45181.26-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.4%
GREEN value IS 130 (51.17% from 255) = 26%
BLUE value IS 133 (52.34% from 255) = 26.6%
R=47.4%
G=26%
B=26.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713013300.450.440.07358.3274.8371.96
HexED828502D2C71664b48
Octal355202205055547546113110
Binary111011011000001010000101010110110110011110110011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8285; }

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

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

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

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

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

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

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

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