#EC82A1

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

Shades of Carissma #EC82A1

Tints of Carissma #EC82A1

Color information

#EC82A1 (or 0xEC82A1) is unknown color: approx Carissma. HEX triplet: EC, 82 and A1. RGB value is (236,130,161). Sum of RGB (Red+Green+Blue) = 236+130+161=527 (69% of max value = 765). Red value is 236 (92.58% from 255 or 44.78% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 161 (63.28% from 255 or 30.55% from 527); Max value from RGB is 236 - color contains mainly: red. Hex color #EC82A1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC82A1 is #137D5E. Grayscale: #A5A5A5. Windows color (decimal): -1277279 or 10584812. OLE color: 10584812.

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

Color convert

RGB236130161-
CMYK00.450.320.07
HSL342.45º73.61%71.76%-
HSV(B)342.45º44.92%92.55%-
XYZ49.0136.3738.16-
YUV165.23125.62178.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 44.78%
GREEN value IS 130 (51.17% from 255) = 24.67%
BLUE value IS 161 (63.28% from 255) = 30.55%
R=44.78%
G=24.67%
B=30.55%

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
Decimal23613016100.450.320.07342.4573.6171.76
HexEC82A102D2071564a48
Octal354202241055407526112110
Binary111011001000001010100001010110110000011110101011010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC82A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC82A1; }

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

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

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

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

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

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

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

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