#ED8696

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

Shades of Carissma #ED8696

Tints of Carissma #ED8696

Color information

#ED8696 (or 0xED8696) is unknown color: approx Carissma. HEX triplet: ED, 86 and 96. RGB value is (237,134,150). Sum of RGB (Red+Green+Blue) = 237+134+150=521 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.49% from 521); Green value is 134 (52.73% from 255 or 25.72% from 521); Blue value is 150 (58.98% from 255 or 28.79% from 521); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8696 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8696 is #127969. Grayscale: #A6A6A6. Windows color (decimal): -1210730 or 9864941. OLE color: 9864941.

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

Color convert

RGB237134150-
CMYK00.430.370.07
HSL350.68º74.1%72.75%-
HSV(B)350.68º43.46%92.94%-
XYZ48.9637.2633.47-
YUV166.62118.62178.2-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.49%
GREEN value IS 134 (52.73% from 255) = 25.72%
BLUE value IS 150 (58.98% from 255) = 28.79%
R=45.49%
G=25.72%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713415000.430.370.07350.6874.172.75
HexED869602B25715f4a49
Octal355206226053457537112111
Binary111011011000011010010110010101110010111110101111110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8696; }

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

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

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

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

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

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

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

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