#EC8293

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

Shades of Carissma #EC8293

Tints of Carissma #EC8293

Color information

#EC8293 (or 0xEC8293) is unknown color: approx Carissma. HEX triplet: EC, 82 and 93. RGB value is (236,130,147). Sum of RGB (Red+Green+Blue) = 236+130+147=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 130 (51.17% from 255 or 25.34% from 513); Blue value is 147 (57.81% from 255 or 28.65% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8293 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8293 is #137D6C. Grayscale: #A3A3A3. Windows color (decimal): -1277293 or 9667308. OLE color: 9667308.

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

Color convert

RGB236130147-
CMYK00.450.380.07
HSL350.38º73.61%71.76%-
HSV(B)350.38º44.92%92.55%-
XYZ47.8435.932.01-
YUV163.63118.62179.62-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.00%
GREEN value IS 130 (51.17% from 255) = 25.34%
BLUE value IS 147 (57.81% from 255) = 28.65%
R=46.00%
G=25.34%
B=28.65%

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
Decimal23613014700.450.380.07350.3873.6171.76
HexEC829302D26715e4a48
Octal354202223055467536112110
Binary111011001000001010010011010110110011011110101111010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8293; }

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

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

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

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

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

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

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

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