#ED859B

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

Shades of Carissma #ED859B

Tints of Carissma #ED859B

Color information

#ED859B (or 0xED859B) is unknown color: approx Carissma. HEX triplet: ED, 85 and 9B. RGB value is (237,133,155). Sum of RGB (Red+Green+Blue) = 237+133+155=525 (69% of max value = 765). Red value is 237 (92.97% from 255 or 45.14% from 525); Green value is 133 (52.34% from 255 or 25.33% from 525); Blue value is 155 (60.94% from 255 or 29.52% from 525); Max value from RGB is 237 - color contains mainly: red. Hex color #ED859B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED859B is #127A64. Grayscale: #A6A6A6. Windows color (decimal): -1210981 or 10192365. OLE color: 10192365.

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

Color convert

RGB237133155-
CMYK00.440.350.07
HSL347.31º74.29%72.55%-
HSV(B)347.31º43.88%92.94%-
XYZ49.2337.1535.59-
YUV166.6121.46178.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 45.14%
GREEN value IS 133 (52.34% from 255) = 25.33%
BLUE value IS 155 (60.94% from 255) = 29.52%
R=45.14%
G=25.33%
B=29.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713315500.440.350.07347.3174.2972.55
HexED859B02C23715b4a49
Octal355205233054437533112111
Binary111011011000010110011011010110010001111110101101110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED859B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED859B; }

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

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

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

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

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

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

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

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