#ED859D

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

Shades of Carissma #ED859D

Tints of Carissma #ED859D

Color information

#ED859D (or 0xED859D) is unknown color: approx Carissma. HEX triplet: ED, 85 and 9D. RGB value is (237,133,157). Sum of RGB (Red+Green+Blue) = 237+133+157=527 (69% of max value = 765). Red value is 237 (92.97% from 255 or 44.97% from 527); Green value is 133 (52.34% from 255 or 25.24% from 527); Blue value is 157 (61.72% from 255 or 29.79% from 527); Max value from RGB is 237 - color contains mainly: red. Hex color #ED859D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED859D is #127A62. Grayscale: #A6A6A6. Windows color (decimal): -1210979 or 10323437. OLE color: 10323437.

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

Color convert

RGB237133157-
CMYK00.440.340.07
HSL346.15º74.29%72.55%-
HSV(B)346.15º43.88%92.94%-
XYZ49.437.2136.48-
YUV166.83122.46178.05-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 44.97%
GREEN value IS 133 (52.34% from 255) = 25.24%
BLUE value IS 157 (61.72% from 255) = 29.79%
R=44.97%
G=25.24%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713315700.440.340.07346.1574.2972.55
HexED859D02C22715a4a49
Octal355205235054427532112111
Binary111011011000010110011101010110010001011110101101010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED859D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED859D; }

 p { color: rgb(237,133,157); }

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

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

 a { background-color: rgb(237,133,157); }

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

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

 span { border-color: rgb(237,133,157); }

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