#EC8485

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

Shades of Carissma #EC8485

Tints of Carissma #EC8485

Color information

#EC8485 (or 0xEC8485) is unknown color: approx Carissma. HEX triplet: EC, 84 and 85. RGB value is (236,132,133). Sum of RGB (Red+Green+Blue) = 236+132+133=501 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.11% from 501); Green value is 132 (51.95% from 255 or 26.35% from 501); Blue value is 133 (52.34% from 255 or 26.55% from 501); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8485 is #137B7A. Grayscale: #A3A3A3. Windows color (decimal): -1276795 or 8750316. OLE color: 8750316.

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

Color convert

RGB236132133-
CMYK00.440.440.07
HSL359.42º73.24%72.16%-
HSV(B)359.42º44.07%92.55%-
XYZ47.0836.0326.66-
YUV163.21110.96179.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.11%
GREEN value IS 132 (51.95% from 255) = 26.35%
BLUE value IS 133 (52.34% from 255) = 26.55%
R=47.11%
G=26.35%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613213300.440.440.07359.4273.2472.16
HexEC848502C2C71674948
Octal354204205054547547111110
Binary111011001000010010000101010110010110011110110011110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8485; }

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

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

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

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

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

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

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

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