#ee7694

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

Shades of Carissma #EE7694

Tints of Carissma #EE7694

Color information

#EE7694 (or 0xEE7694) is unknown color: approx Carissma. HEX triplet: EE, 76 and 94. RGB value is (238,118,148). Sum of RGB (Red+Green+Blue) = 238+118+148=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 118 (46.48% from 255 or 23.41% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7694 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE7694 is #11896B. Grayscale: #9D9D9D. Windows color (decimal): -1149292 or 9729774. OLE color: 9729774.

HSL color Cylindrical-coordinate representation of color #EE7694: hue angle of 345º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EE7694 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB238118148-
CMYK00.500.380.07
HSL345º77.92%69.8%-
HSV(B)345º50.42%93.33%-
XYZ47.0833.2731.96-
YUV157.3122.76185.56-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 47.22%
GREEN value IS 118 (46.48% from 255) = 23.41%
BLUE value IS 148 (58.20% from 255) = 29.37%
R=47.22%
G=23.41%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23811814800.500.380.0734577.9269.8
HexEE76940322671594e46
Octal356166224062467531116106
Binary11101110111011010010100011001010011011110101100110011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ee7694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ee7694; }

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

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

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

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

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

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

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

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