#EC8090

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

Shades of Carissma #EC8090

Tints of Carissma #EC8090

Color information

#EC8090 (or 0xEC8090) is unknown color: approx Carissma. HEX triplet: EC, 80 and 90. RGB value is (236,128,144). Sum of RGB (Red+Green+Blue) = 236+128+144=508 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.46% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8090 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8090 is #137F6F. Grayscale: #A2A2A2. Windows color (decimal): -1277808 or 9470188. OLE color: 9470188.

HSL color Cylindrical-coordinate representation of color #EC8090: hue angle of 351.11º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EC8090 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.07.

Color convert

RGB236128144-
CMYK00.460.390.07
HSL351.11º73.97%71.37%-
HSV(B)351.11º45.76%92.55%-
XYZ47.3535.2830.7-
YUV162.12117.78180.7-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.46%
GREEN value IS 128 (50.39% from 255) = 25.20%
BLUE value IS 144 (56.64% from 255) = 28.35%
R=46.46%
G=25.20%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612814400.460.390.07351.1173.9771.37
HexEC809002E27715f4a47
Octal354200220056477537112107
Binary111011001000000010010000010111010011111110101111110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8090; }

 p { color: rgb(236,128,144); }

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

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

 a { background-color: rgb(236,128,144); }

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

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

 span { border-color: rgb(236,128,144); }

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