#EC8195

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

Shades of Carissma #EC8195

Tints of Carissma #EC8195

Color information

#EC8195 (or 0xEC8195) is unknown color: approx Carissma. HEX triplet: EC, 81 and 95. RGB value is (236,129,149). Sum of RGB (Red+Green+Blue) = 236+129+149=514 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.91% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8195 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8195 is #137E6A. Grayscale: #A3A3A3. Windows color (decimal): -1277547 or 9798124. OLE color: 9798124.

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

Color convert

RGB236129149-
CMYK00.450.370.07
HSL348.79º73.79%71.57%-
HSV(B)348.79º45.34%92.55%-
XYZ47.8735.732.8-
YUV163.27119.95179.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.91%
GREEN value IS 129 (50.78% from 255) = 25.10%
BLUE value IS 149 (58.59% from 255) = 28.99%
R=45.91%
G=25.10%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612914900.450.370.07348.7973.7971.57
HexEC819502D25715d4a48
Octal354201225055457535112110
Binary111011001000000110010101010110110010111110101110110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8195; }

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

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

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

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

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

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

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

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