#EC7D94

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

Shades of Carissma #EC7D94

Tints of Carissma #EC7D94

Color information

#EC7D94 (or 0xEC7D94) is unknown color: approx Carissma. HEX triplet: EC, 7D and 94. RGB value is (236,125,148). Sum of RGB (Red+Green+Blue) = 236+125+148=509 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.37% from 509); Green value is 125 (49.22% from 255 or 24.56% from 509); Blue value is 148 (58.20% from 255 or 29.08% from 509); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D94 is #13826B. Grayscale: #A0A0A0. Windows color (decimal): -1278572 or 9731564. OLE color: 9731564.

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

Color convert

RGB236125148-
CMYK00.470.370.07
HSL347.57º74.5%70.78%-
HSV(B)347.57º47.03%92.55%-
XYZ47.2734.6432.21-
YUV160.81120.77181.63-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.37%
GREEN value IS 125 (49.22% from 255) = 24.56%
BLUE value IS 148 (58.20% from 255) = 29.08%
R=46.37%
G=24.56%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612514800.470.370.07347.5774.570.78
HexEC7D9402F25715c4a47
Octal354175224057457534112107
Binary11101100111110110010100010111110010111110101110010010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7D94; }

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

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

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

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

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

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

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

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