#EC8198

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

Shades of Carissma #EC8198

Tints of Carissma #EC8198

Color information

#EC8198 (or 0xEC8198) is unknown color: approx Carissma. HEX triplet: EC, 81 and 98. RGB value is (236,129,152). Sum of RGB (Red+Green+Blue) = 236+129+152=517 (68% of max value = 765). Red value is 236 (92.58% from 255 or 45.65% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 152 (59.77% from 255 or 29.40% from 517); Max value from RGB is 236 - color contains mainly: red. Hex color #EC8198 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #EC8198 is #137E67. Grayscale: #A3A3A3. Windows color (decimal): -1277544 or 9994732. OLE color: 9994732.

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

Color convert

RGB236129152-
CMYK00.450.360.07
HSL347.1º73.79%71.57%-
HSV(B)347.1º45.34%92.55%-
XYZ48.1135.834.08-
YUV163.61121.45179.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 45.65%
GREEN value IS 129 (50.78% from 255) = 24.95%
BLUE value IS 152 (59.77% from 255) = 29.40%
R=45.65%
G=24.95%
B=29.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612915200.450.360.07347.173.7971.57
HexEC819802D24715b4a48
Octal354201230055447533112110
Binary111011001000000110011000010110110010011110101101110010101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC8198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC8198; }

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

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

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

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

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

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

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

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