#ED8496

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

Shades of Carissma #ED8496

Tints of Carissma #ED8496

Color information

#ED8496 (or 0xED8496) is unknown color: approx Carissma. HEX triplet: ED, 84 and 96. RGB value is (237,132,150). Sum of RGB (Red+Green+Blue) = 237+132+150=519 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.66% from 519); Green value is 132 (51.95% from 255 or 25.43% from 519); Blue value is 150 (58.98% from 255 or 28.90% from 519); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8496 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8496 is #127B69. Grayscale: #A5A5A5. Windows color (decimal): -1211242 or 9864429. OLE color: 9864429.

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

Color convert

RGB237132150-
CMYK00.440.370.07
HSL349.71º74.47%72.35%-
HSV(B)349.71º44.3%92.94%-
XYZ48.6836.7133.37-
YUV165.45119.29179.04-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.66%
GREEN value IS 132 (51.95% from 255) = 25.43%
BLUE value IS 150 (58.98% from 255) = 28.90%
R=45.66%
G=25.43%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713215000.440.370.07349.7174.4772.35
HexED849602C25715e4a48
Octal355204226054457536112110
Binary111011011000010010010110010110010010111110101111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8496; }

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

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

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

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

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

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

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

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