#ED858D

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

Shades of Carissma #ED858D

Tints of Carissma #ED858D

Color information

#ED858D (or 0xED858D) is unknown color: approx Carissma. HEX triplet: ED, 85 and 8D. RGB value is (237,133,141). Sum of RGB (Red+Green+Blue) = 237+133+141=511 (67% of max value = 765). Red value is 237 (92.97% from 255 or 46.38% from 511); Green value is 133 (52.34% from 255 or 26.03% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 237 - color contains mainly: red. Hex color #ED858D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #ED858D is #127A72. Grayscale: #A5A5A5. Windows color (decimal): -1210995 or 9274861. OLE color: 9274861.

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

Color convert

RGB237133141-
CMYK00.440.410.07
HSL355.38º74.29%72.55%-
HSV(B)355.38º43.88%92.94%-
XYZ48.1236.729.75-
YUV165.01114.46179.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 46.38%
GREEN value IS 133 (52.34% from 255) = 26.03%
BLUE value IS 141 (55.47% from 255) = 27.59%
R=46.38%
G=26.03%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.41
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23713314100.440.410.07355.3874.2972.55
HexED858D02C2971634a49
Octal355205215054517543112111
Binary111011011000010110001101010110010100111110110001110010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED858D; }

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

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

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

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

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

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

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

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