#EC7D91

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

Shades of Carissma #EC7D91

Tints of Carissma #EC7D91

Color information

#EC7D91 (or 0xEC7D91) is unknown color: approx Carissma. HEX triplet: EC, 7D and 91. RGB value is (236,125,145). Sum of RGB (Red+Green+Blue) = 236+125+145=506 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.64% from 506); Green value is 125 (49.22% from 255 or 24.70% from 506); Blue value is 145 (57.03% from 255 or 28.66% from 506); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7D91 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7D91 is #13826E. Grayscale: #A0A0A0. Windows color (decimal): -1278575 or 9534956. OLE color: 9534956.

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

Color convert

RGB236125145-
CMYK00.470.390.07
HSL349.19º74.5%70.78%-
HSV(B)349.19º47.03%92.55%-
XYZ47.0434.5430.98-
YUV160.47119.27181.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.64%
GREEN value IS 125 (49.22% from 255) = 24.70%
BLUE value IS 145 (57.03% from 255) = 28.66%
R=46.64%
G=24.70%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.39
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612514500.470.390.07349.1974.570.78
HexEC7D9102F27715d4a47
Octal354175221057477535112107
Binary11101100111110110010001010111110011111110101110110010101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7D91; }

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

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

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

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

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

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

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

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