#EC7B97

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

Shades of Carissma #EC7B97

Tints of Carissma #EC7B97

Color information

#EC7B97 (or 0xEC7B97) is unknown color: approx Carissma. HEX triplet: EC, 7B and 97. RGB value is (236,123,151). Sum of RGB (Red+Green+Blue) = 236+123+151=510 (67% of max value = 765). Red value is 236 (92.58% from 255 or 46.27% from 510); Green value is 123 (48.44% from 255 or 24.12% from 510); Blue value is 151 (59.38% from 255 or 29.61% from 510); Max value from RGB is 236 - color contains mainly: red. Hex color #EC7B97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EC7B97 is #138468. Grayscale: #9F9F9F. Windows color (decimal): -1279081 or 9927660. OLE color: 9927660.

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

Color convert

RGB236123151-
CMYK00.480.360.07
HSL345.13º74.83%70.39%-
HSV(B)345.13º47.88%92.55%-
XYZ47.2634.2333.39-
YUV159.98122.94182.22-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 46.27%
GREEN value IS 123 (48.44% from 255) = 24.12%
BLUE value IS 151 (59.38% from 255) = 29.61%
R=46.27%
G=24.12%
B=29.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23612315100.480.360.07345.1374.8370.39
HexEC7B970302471594b46
Octal354173227060447531113106
Binary11101100111101110010111011000010010011110101100110010111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC7B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC7B97; }

 p { color: rgb(236,123,151); }

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

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

 a { background-color: rgb(236,123,151); }

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

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

 span { border-color: rgb(236,123,151); }

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