#EC8390

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

Shades of Carissma #EC8390

Tints of Carissma #EC8390

Color information

#EC8390 (or 0xEC8390) is unknown color: approx Carissma. HEX triplet: EC, 83 and 90. RGB value is (236,131,144). Sum of RGB (Red+Green+Blue) = 236+131+144=511 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.18% from 511); Green value is 131 (51.56% from 255 or 25.64% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8390 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8390 is #137C6F. Grayscale: #A3A3A3. Windows color (decimal): -1277040 or 9470956. OLE color: 9470956.

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

Color convert

RGB236131144-
CMYK00.440.390.07
HSL352.57º73.43%71.96%-
HSV(B)352.57º44.49%92.55%-
XYZ47.7436.0830.83-
YUV163.88116.79179.44-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.18%
GREEN value IS 131 (51.56% from 255) = 25.64%
BLUE value IS 144 (56.64% from 255) = 28.18%
R=46.18%
G=25.64%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613114400.440.390.07352.5773.4371.96
HexEC839002C2771614948
Octal354203220054477541111110
Binary111011001000001110010000010110010011111110110000110010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8390; }

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

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

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

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

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

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

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

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