#EC8192

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

Shades of Carissma #EC8192

Tints of Carissma #EC8192

Color information

#EC8192 (or 0xEC8192) is unknown color: approx Carissma. HEX triplet: EC, 81 and 92. RGB value is (236,129,146). Sum of RGB (Red+Green+Blue) = 236+129+146=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 129 (50.78% from 255 or 25.24% from 511); Blue value is 146 (57.42% from 255 or 28.57% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8192 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8192 is #137E6D. Grayscale: #A2A2A2. Windows color (decimal): -1277550 or 9601516. OLE color: 9601516.

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

Color convert

RGB236129146-
CMYK00.450.380.07
HSL350.47º73.79%71.57%-
HSV(B)350.47º45.34%92.55%-
XYZ47.6335.6131.56-
YUV162.93118.45180.12-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.18%
GREEN value IS 129 (50.78% from 255) = 25.24%
BLUE value IS 146 (57.42% from 255) = 28.57%
R=46.18%
G=25.24%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612914600.450.380.07350.4773.7971.57
HexEC819202D26715e4a48
Octal354201222055467536112110
Binary111011001000000110010010010110110011011110101111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8192; }

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

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

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

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

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

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

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

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