#ED869E

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

Shades of Carissma #ED869E

Tints of Carissma #ED869E

Color information

#ED869E (or 0xED869E) is unknown color: approx Carissma. HEX triplet: ED, 86 and 9E. RGB value is (237,134,158). Sum of RGB (Red+Green+Blue) = 237+134+158=529 (70% of max value = 765). Red value is 237 (92.97% from 255 or 44.80% from 529); Green value is 134 (52.73% from 255 or 25.33% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 237 - color contains mainly: red. Hex color #ED869E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED869E is #127961. Grayscale: #A7A7A7. Windows color (decimal): -1210722 or 10389229. OLE color: 10389229.

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

Color convert

RGB237134158-
CMYK00.430.330.07
HSL346.02º74.1%72.75%-
HSV(B)346.02º43.46%92.94%-
XYZ49.6237.5236.98-
YUV167.53122.62177.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.80%
GREEN value IS 134 (52.73% from 255) = 25.33%
BLUE value IS 158 (62.11% from 255) = 29.87%
R=44.80%
G=25.33%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713415800.430.330.07346.0274.172.75
HexED869E02B21715a4a49
Octal355206236053417532112111
Binary111011011000011010011110010101110000111110101101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED869E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED869E; }

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

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

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

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

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

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

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

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