#ED8097

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

Shades of Carissma #ED8097

Tints of Carissma #ED8097

Color information

#ED8097 (or 0xED8097) is unknown color: approx Carissma. HEX triplet: ED, 80 and 97. RGB value is (237,128,151). Sum of RGB (Red+Green+Blue) = 237+128+151=516 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.93% from 516); Green value is 128 (50.39% from 255 or 24.81% from 516); Blue value is 151 (59.38% from 255 or 29.26% from 516); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8097 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8097 is #127F68. Grayscale: #A3A3A3. Windows color (decimal): -1212265 or 9928941. OLE color: 9928941.

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

Color convert

RGB237128151-
CMYK00.460.360.07
HSL347.34º75.17%71.57%-
HSV(B)347.34º45.99%92.94%-
XYZ48.2335.6833.62-
YUV163.21121.11180.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.93%
GREEN value IS 128 (50.39% from 255) = 24.81%
BLUE value IS 151 (59.38% from 255) = 29.26%
R=45.93%
G=24.81%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712815100.460.360.07347.3475.1771.57
HexED809702E24715b4b48
Octal355200227056447533113110
Binary111011011000000010010111010111010010011110101101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8097; }

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

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

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

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

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

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

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

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