#EC828D

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

Shades of Carissma #EC828D

Tints of Carissma #EC828D

Color information

#EC828D (or 0xEC828D) is unknown color: approx Carissma. HEX triplet: EC, 82 and 8D. RGB value is (236,130,141). Sum of RGB (Red+Green+Blue) = 236+130+141=507 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.55% from 507); Green value is 130 (51.17% from 255 or 25.64% from 507); Blue value is 141 (55.47% from 255 or 27.81% from 507); Max value from RGB is 236 - color contains mainly: red. Hex color #EC828D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC828D is #137D72. Grayscale: #A3A3A3. Windows color (decimal): -1277299 or 9274092. OLE color: 9274092.

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

Color convert

RGB236130141-
CMYK00.450.400.07
HSL353.77º73.61%71.76%-
HSV(B)353.77º44.92%92.55%-
XYZ47.3835.7229.6-
YUV162.95115.62180.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.55%
GREEN value IS 130 (51.17% from 255) = 25.64%
BLUE value IS 141 (55.47% from 255) = 27.81%
R=46.55%
G=25.64%
B=27.81%

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
Decimal23613014100.450.400.07353.7773.6171.76
HexEC828D02D2871624a48
Octal354202215055507542112110
Binary111011001000001010001101010110110100011110110001010010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC828D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC828D; }

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

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

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

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

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

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

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

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