#EC81A0

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

Shades of Carissma #EC81A0

Tints of Carissma #EC81A0

Color information

#EC81A0 (or 0xEC81A0) is unknown color: approx Carissma. HEX triplet: EC, 81 and A0. RGB value is (236,129,160). Sum of RGB (Red+Green+Blue) = 236+129+160=525 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.95% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 160 (62.89% from 255 or 30.48% from 525); Max value from RGB is 236 - color contains mainly: red. Hex color #EC81A0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC81A0 is #137E5F. Grayscale: #A4A4A4. Windows color (decimal): -1277536 or 10519020. OLE color: 10519020.

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

Color convert

RGB236129160-
CMYK00.450.320.07
HSL342.62º73.79%71.57%-
HSV(B)342.62º45.34%92.55%-
XYZ48.7936.0737.65-
YUV164.53125.45178.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.95%
GREEN value IS 129 (50.78% from 255) = 24.57%
BLUE value IS 160 (62.89% from 255) = 30.48%
R=44.95%
G=24.57%
B=30.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612916000.450.320.07342.6273.7971.57
HexEC81A002D2071574a48
Octal354201240055407527112110
Binary111011001000000110100000010110110000011110101011110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC81A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC81A0; }

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

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

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

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

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

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

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

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