#ED8299

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

Shades of Carissma #ED8299

Tints of Carissma #ED8299

Color information

#ED8299 (or 0xED8299) is unknown color: approx Carissma. HEX triplet: ED, 82 and 99. RGB value is (237,130,153). Sum of RGB (Red+Green+Blue) = 237+130+153=520 (68% of max value = 765). Red value is 237 (92.97% from 255 or 45.58% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8299 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED8299 is #127D66. Grayscale: #A4A4A4. Windows color (decimal): -1211751 or 10060525. OLE color: 10060525.

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

Color convert

RGB237130153-
CMYK00.450.350.07
HSL347.1º74.83%71.96%-
HSV(B)347.1º45.15%92.94%-
XYZ48.6636.2734.57-
YUV164.62121.45179.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.58%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 153 (60.16% from 255) = 29.42%
R=45.58%
G=25%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713015300.450.350.07347.174.8371.96
HexED829902D23715b4b48
Octal355202231055437533113110
Binary111011011000001010011001010110110001111110101101110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8299

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8299; }

 p { color: rgb(237,130,153); }

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

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

 a { background-color: rgb(237,130,153); }

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

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

 span { border-color: rgb(237,130,153); }

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