#EC8486

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

Shades of Carissma #EC8486

Tints of Carissma #EC8486

Color information

#EC8486 (or 0xEC8486) is unknown color: approx Carissma. HEX triplet: EC, 84 and 86. RGB value is (236,132,134). Sum of RGB (Red+Green+Blue) = 236+132+134=502 (66% of max value = 765). Red value is 236 (92.58% from 255 or 47.01% from 502); Green value is 132 (51.95% from 255 or 26.29% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8486 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8486 is #137B79. Grayscale: #A3A3A3. Windows color (decimal): -1276794 or 8815852. OLE color: 8815852.

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

Color convert

RGB236132134-
CMYK00.440.430.07
HSL358.85º73.24%72.16%-
HSV(B)358.85º44.07%92.55%-
XYZ47.1536.0627.03-
YUV163.32111.46179.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 47.01%
GREEN value IS 132 (51.95% from 255) = 26.29%
BLUE value IS 134 (52.73% from 255) = 26.69%
R=47.01%
G=26.29%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613213400.440.430.07358.8573.2472.16
HexEC848602C2B71674948
Octal354204206054537547111110
Binary111011001000010010000110010110010101111110110011110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8486; }

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

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

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

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

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

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

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

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