#EC7D98

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

Shades of Carissma #EC7D98

Tints of Carissma #EC7D98

Color information

#EC7D98 (or 0xEC7D98) is unknown color: approx Carissma. HEX triplet: EC, 7D and 98. RGB value is (236,125,152). Sum of RGB (Red+Green+Blue) = 236+125+152=513 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.00% from 513); Green value is 125 (49.22% from 255 or 24.37% from 513); Blue value is 152 (59.77% from 255 or 29.63% from 513); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D98 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D98 is #138267. Grayscale: #A1A1A1. Windows color (decimal): -1278568 or 9993708. OLE color: 9993708.

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

Color convert

RGB236125152-
CMYK00.470.360.07
HSL345.41º74.5%70.78%-
HSV(B)345.41º47.03%92.55%-
XYZ47.5934.7733.91-
YUV161.27122.77181.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.00%
GREEN value IS 125 (49.22% from 255) = 24.37%
BLUE value IS 152 (59.77% from 255) = 29.63%
R=46.00%
G=24.37%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612515200.470.360.07345.4174.570.78
HexEC7D9802F2471594a47
Octal354175230057447531112107
Binary11101100111110110011000010111110010011110101100110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7D98; }

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

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

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

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

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

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

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

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