#ED8086

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

Shades of Carissma #ED8086

Tints of Carissma #ED8086

Color information

#ED8086 (or 0xED8086) is unknown color: approx Carissma. HEX triplet: ED, 80 and 86. RGB value is (237,128,134). Sum of RGB (Red+Green+Blue) = 237+128+134=499 (66% of max value = 765). Red value is 237 (92.97% from 255 or 47.49% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 134 (52.73% from 255 or 26.85% from 499); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8086 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8086 is #127F79. Grayscale: #A1A1A1. Windows color (decimal): -1212282 or 8814829. OLE color: 8814829.

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

Color convert

RGB237128134-
CMYK00.460.430.07
HSL356.7º75.17%71.57%-
HSV(B)356.7º45.99%92.94%-
XYZ46.9535.1626.87-
YUV161.28112.61182.01-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 47.49%
GREEN value IS 128 (50.39% from 255) = 25.65%
BLUE value IS 134 (52.73% from 255) = 26.85%
R=47.49%
G=25.65%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712813400.460.430.07356.775.1771.57
HexED808602E2B71654b48
Octal355200206056537545113110
Binary111011011000000010000110010111010101111110110010110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8086; }

 p { color: rgb(237,128,134); }

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

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

 a { background-color: rgb(237,128,134); }

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

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

 span { border-color: rgb(237,128,134); }

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