#EC8398

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

Shades of Carissma #EC8398

Tints of Carissma #EC8398

Color information

#EC8398 (or 0xEC8398) is unknown color: approx Carissma. HEX triplet: EC, 83 and 98. RGB value is (236,131,152). Sum of RGB (Red+Green+Blue) = 236+131+152=519 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.47% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8398 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8398 is #137C67. Grayscale: #A4A4A4. Windows color (decimal): -1277032 or 9995244. OLE color: 9995244.

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

Color convert

RGB236131152-
CMYK00.440.360.07
HSL348º73.43%71.96%-
HSV(B)348º44.49%92.55%-
XYZ48.3836.3334.17-
YUV164.79120.79178.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.47%
GREEN value IS 131 (51.56% from 255) = 25.24%
BLUE value IS 152 (59.77% from 255) = 29.29%
R=45.47%
G=25.24%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23613115200.440.360.0734873.4371.96
HexEC839802C24715c4948
Octal354203230054447534111110
Binary111011001000001110011000010110010010011110101110010010011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8398; }

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

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

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

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

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

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

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

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