#EE7D94

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

Shades of Carissma #EE7D94

Tints of Carissma #EE7D94

Color information

#EE7D94 (or 0xEE7D94) is unknown color: approx Carissma. HEX triplet: EE, 7D and 94. RGB value is (238,125,148). Sum of RGB (Red+Green+Blue) = 238+125+148=511 (67% of max value = 765). Red value is 238 (93.36% from 255 or 46.58% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 148 (58.20% from 255 or 28.96% from 511); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7D94 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7D94 is #11826B. Grayscale: #A1A1A1. Windows color (decimal): -1147500 or 9731566. OLE color: 9731566.

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

Color convert

RGB238125148-
CMYK00.470.380.07
HSL347.79º76.87%71.18%-
HSV(B)347.79º47.48%93.33%-
XYZ47.9434.9832.24-
YUV161.41120.44182.63-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 46.58%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 148 (58.20% from 255) = 28.96%
R=46.58%
G=24.46%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812514800.470.380.07347.7976.8771.18
HexEE7D9402F26715c4d47
Octal356175224057467534115107
Binary11101110111110110010100010111110011011110101110010011011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7D94; }

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

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

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

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

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

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

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

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