#ED858E

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

Shades of Carissma #ED858E

Tints of Carissma #ED858E

Color information

#ED858E (or 0xED858E) is unknown color: approx Carissma. HEX triplet: ED, 85 and 8E. RGB value is (237,133,142). Sum of RGB (Red+Green+Blue) = 237+133+142=512 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.29% from 512); Green value is 133 (52.34% from 255 or 25.98% from 512); Blue value is 142 (55.86% from 255 or 27.73% from 512); Max value from RGB is 237 - color contains mainly: red. Hex color #ED858E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED858E is #127A71. Grayscale: #A5A5A5. Windows color (decimal): -1210994 or 9340397. OLE color: 9340397.

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

Color convert

RGB237133142-
CMYK00.440.400.07
HSL354.81º74.29%72.55%-
HSV(B)354.81º43.88%92.94%-
XYZ48.236.7330.14-
YUV165.12114.96179.27-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.29%
GREEN value IS 133 (52.34% from 255) = 25.98%
BLUE value IS 142 (55.86% from 255) = 27.73%
R=46.29%
G=25.98%
B=27.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713314200.440.400.07354.8174.2972.55
HexED858E02C2871634a49
Octal355205216054507543112111
Binary111011011000010110001110010110010100011110110001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED858E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED858E; }

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

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

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

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

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

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

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

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