#EC8795

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

Shades of Carissma #EC8795

Tints of Carissma #EC8795

Color information

#EC8795 (or 0xEC8795) is unknown color: approx Carissma. HEX triplet: EC, 87 and 95. RGB value is (236,135,149). Sum of RGB (Red+Green+Blue) = 236+135+149=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 135 (53.12% from 255 or 25.96% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8795 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8795 is #13786A. Grayscale: #A6A6A6. Windows color (decimal): -1276011 or 9799660. OLE color: 9799660.

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

Color convert

RGB236135149-
CMYK00.430.370.07
HSL351.68º72.66%72.75%-
HSV(B)351.68º42.8%92.55%-
XYZ48.6837.3333.07-
YUV166.79117.96177.36-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.38%
GREEN value IS 135 (53.12% from 255) = 25.96%
BLUE value IS 149 (58.59% from 255) = 28.65%
R=45.38%
G=25.96%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613514900.430.370.07351.6872.6672.75
HexEC879502B2571604949
Octal354207225053457540111111
Binary111011001000011110010101010101110010111110110000010010011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8795; }

 p { color: rgb(236,135,149); }

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

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

 a { background-color: rgb(236,135,149); }

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

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

 span { border-color: rgb(236,135,149); }

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