#ED809E

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

Shades of Carissma #ED809E

Tints of Carissma #ED809E

Color information

#ED809E (or 0xED809E) is unknown color: approx Carissma. HEX triplet: ED, 80 and 9E. RGB value is (237,128,158). Sum of RGB (Red+Green+Blue) = 237+128+158=523 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.32% from 523); Green value is 128 (50.39% from 255 or 24.47% from 523); Blue value is 158 (62.11% from 255 or 30.21% from 523); Max value from RGB is 237 - color contains mainly: red. Hex color #ED809E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED809E is #127F61. Grayscale: #A4A4A4. Windows color (decimal): -1212258 or 10387693. OLE color: 10387693.

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

Color convert

RGB237128158-
CMYK00.460.330.07
HSL343.49º75.17%71.57%-
HSV(B)343.49º45.99%92.94%-
XYZ48.8235.9136.71-
YUV164.01124.61180.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.32%
GREEN value IS 128 (50.39% from 255) = 24.47%
BLUE value IS 158 (62.11% from 255) = 30.21%
R=45.32%
G=24.47%
B=30.21%

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
Decimal23712815800.460.330.07343.4975.1771.57
HexED809E02E2171574b48
Octal355200236056417527113110
Binary111011011000000010011110010111010000111110101011110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED809E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED809E; }

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

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

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

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

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

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

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

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