#EC8292

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

Shades of Carissma #EC8292

Tints of Carissma #EC8292

Color information

#EC8292 (or 0xEC8292) is unknown color: approx Carissma. HEX triplet: EC, 82 and 92. RGB value is (236,130,146). Sum of RGB (Red+Green+Blue) = 236+130+146=512 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.09% from 512); Green value is 130 (51.17% from 255 or 25.39% from 512); Blue value is 146 (57.42% from 255 or 28.52% from 512); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8292 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8292 is #137D6D. Grayscale: #A3A3A3. Windows color (decimal): -1277294 or 9601772. OLE color: 9601772.

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

Color convert

RGB236130146-
CMYK00.450.380.07
HSL350.94º73.61%71.76%-
HSV(B)350.94º44.92%92.55%-
XYZ47.7635.8731.6-
YUV163.52118.12179.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.09%
GREEN value IS 130 (51.17% from 255) = 25.39%
BLUE value IS 146 (57.42% from 255) = 28.52%
R=46.09%
G=25.39%
B=28.52%

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
Decimal23613014600.450.380.07350.9473.6171.76
HexEC829202D26715f4a48
Octal354202222055467537112110
Binary111011001000001010010010010110110011011110101111110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8292; }

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

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

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

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

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

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

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

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