#EE7D97

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

Shades of Carissma #EE7D97

Tints of Carissma #EE7D97

Color information

#EE7D97 (or 0xEE7D97) is unknown color: approx Carissma. HEX triplet: EE, 7D and 97. RGB value is (238,125,151). Sum of RGB (Red+Green+Blue) = 238+125+151=514 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.30% from 514); Green value is 125 (49.22% from 255 or 24.32% from 514); Blue value is 151 (59.38% from 255 or 29.38% from 514); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D97 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7D97 is #118268. Grayscale: #A1A1A1. Windows color (decimal): -1147497 or 9928174. OLE color: 9928174.

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

Color convert

RGB238125151-
CMYK00.470.370.07
HSL346.19º76.87%71.18%-
HSV(B)346.19º47.48%93.33%-
XYZ48.1835.0833.51-
YUV161.75121.94182.39-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.30%
GREEN value IS 125 (49.22% from 255) = 24.32%
BLUE value IS 151 (59.38% from 255) = 29.38%
R=46.30%
G=24.32%
B=29.38%

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
Decimal23812515100.470.370.07346.1976.8771.18
HexEE7D9702F25715a4d47
Octal356175227057457532115107
Binary11101110111110110010111010111110010111110101101010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7D97; }

 p { color: rgb(238,125,151); }

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

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

 a { background-color: rgb(238,125,151); }

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

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

 span { border-color: rgb(238,125,151); }

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