#ED8385

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

Shades of Carissma #ED8385

Tints of Carissma #ED8385

Color information

#ED8385 (or 0xED8385) is unknown color: approx Carissma. HEX triplet: ED, 83 and 85. RGB value is (237,131,133). Sum of RGB (Red+Green+Blue) = 237+131+133=501 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.31% from 501); Green value is 131 (51.56% from 255 or 26.15% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8385 is #127C7A. Grayscale: #A3A3A3. Windows color (decimal): -1211515 or 8750061. OLE color: 8750061.

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

Color convert

RGB237131133-
CMYK00.450.440.07
HSL358.87º74.65%72.16%-
HSV(B)358.87º44.73%92.94%-
XYZ47.2735.9326.63-
YUV162.92111.12180.84-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.31%
GREEN value IS 131 (51.56% from 255) = 26.15%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=47.31%
G=26.15%
B=26.55%

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
Decimal23713113300.450.440.07358.8774.6572.16
HexED838502D2C71674b48
Octal355203205055547547113110
Binary111011011000001110000101010110110110011110110011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8385; }

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

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

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

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

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

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

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

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