#EC858D

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

Shades of Carissma #EC858D

Tints of Carissma #EC858D

Color information

#EC858D (or 0xEC858D) is unknown color: approx Carissma. HEX triplet: EC, 85 and 8D. RGB value is (236,133,141). Sum of RGB (Red+Green+Blue) = 236+133+141=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC858D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC858D is #137A72. Grayscale: #A4A4A4. Windows color (decimal): -1276531 or 9274860. OLE color: 9274860.

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

Color convert

RGB236133141-
CMYK00.440.400.07
HSL355.34º73.05%72.35%-
HSV(B)355.34º43.64%92.55%-
XYZ47.7936.5329.73-
YUV164.71114.62178.85-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.27%
GREEN value IS 133 (52.34% from 255) = 26.08%
BLUE value IS 141 (55.47% from 255) = 27.65%
R=46.27%
G=26.08%
B=27.65%

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
Decimal23613314100.440.400.07355.3473.0572.35
HexEC858D02C2871634948
Octal354205215054507543111110
Binary111011001000010110001101010110010100011110110001110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC858D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC858D; }

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

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

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

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

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

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

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

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