#EC829A

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

Shades of Carissma #EC829A

Tints of Carissma #EC829A

Color information

#EC829A (or 0xEC829A) is unknown color: approx Carissma. HEX triplet: EC, 82 and 9A. RGB value is (236,130,154). Sum of RGB (Red+Green+Blue) = 236+130+154=520 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.38% from 520); Green value is 130 (51.17% from 255 or 25% from 520); Blue value is 154 (60.55% from 255 or 29.62% from 520); Max value from RGB is 236 - color contains mainly: red. Hex color #EC829A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC829A is #137D65. Grayscale: #A4A4A4. Windows color (decimal): -1277286 or 10126060. OLE color: 10126060.

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

Color convert

RGB236130154-
CMYK00.450.350.07
HSL346.42º73.61%71.76%-
HSV(B)346.42º44.92%92.55%-
XYZ48.4136.1334.99-
YUV164.43122.12179.05-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.38%
GREEN value IS 130 (51.17% from 255) = 25%
BLUE value IS 154 (60.55% from 255) = 29.62%
R=45.38%
G=25%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613015400.450.350.07346.4273.6171.76
HexEC829A02D23715a4a48
Octal354202232055437532112110
Binary111011001000001010011010010110110001111110101101010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC829A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC829A; }

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

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

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

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

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

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

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

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