#ED809F

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

Shades of Carissma #ED809F

Tints of Carissma #ED809F

Color information

#ED809F (or 0xED809F) is unknown color: approx Carissma. HEX triplet: ED, 80 and 9F. RGB value is (237,128,159). Sum of RGB (Red+Green+Blue) = 237+128+159=524 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.23% from 524); Green value is 128 (50.39% from 255 or 24.43% from 524); Blue value is 159 (62.5% from 255 or 30.34% from 524); Max value from RGB is 237 - color contains mainly: red. Hex color #ED809F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED809F is #127F60. Grayscale: #A4A4A4. Windows color (decimal): -1212257 or 10453229. OLE color: 10453229.

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

Color convert

RGB237128159-
CMYK00.460.330.07
HSL342.94º75.17%71.57%-
HSV(B)342.94º45.99%92.94%-
XYZ48.935.9537.16-
YUV164.12125.11179.98-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.23%
GREEN value IS 128 (50.39% from 255) = 24.43%
BLUE value IS 159 (62.5% from 255) = 30.34%
R=45.23%
G=24.43%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712815900.460.330.07342.9475.1771.57
HexED809F02E2171574b48
Octal355200237056417527113110
Binary111011011000000010011111010111010000111110101011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED809F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED809F; }

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

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

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

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

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

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

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

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