#EC828E

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

Shades of Carissma #EC828E

Tints of Carissma #EC828E

Color information

#EC828E (or 0xEC828E) is unknown color: approx Carissma. HEX triplet: EC, 82 and 8E. RGB value is (236,130,142). Sum of RGB (Red+Green+Blue) = 236+130+142=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 130 (51.17% from 255 or 25.59% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC828E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC828E is #137D71. Grayscale: #A3A3A3. Windows color (decimal): -1277298 or 9339628. OLE color: 9339628.

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

Color convert

RGB236130142-
CMYK00.450.400.07
HSL353.21º73.61%71.76%-
HSV(B)353.21º44.92%92.55%-
XYZ47.4635.7529.99-
YUV163.06116.12180.02-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.46%
GREEN value IS 130 (51.17% from 255) = 25.59%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=46.46%
G=25.59%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.40
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613014200.450.400.07353.2173.6171.76
HexEC828E02D2871614a48
Octal354202216055507541112110
Binary111011001000001010001110010110110100011110110000110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC828E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC828E; }

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

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

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

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

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

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

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

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