#EE7FC5

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

Shades of Tea Rose #EE7FC5

Tints of Tea Rose #EE7FC5

Color information

#EE7FC5 (or 0xEE7FC5) is unknown color: approx Tea Rose. HEX triplet: EE, 7F and C5. RGB value is (238,127,197). Sum of RGB (Red+Green+Blue) = 238+127+197=562 (74% of max value = 765). Red value is 238 (93.36% from 255 or 42.35% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 197 (77.34% from 255 or 35.05% from 562); Max value from RGB is 238 - color contains mainly: red. Hex color #EE7FC5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EE7FC5 is #11803A. Grayscale: #A8A8A8. Windows color (decimal): -1146939 or 12943342. OLE color: 12943342.

HSL color Cylindrical-coordinate representation of color #EE7FC5: hue angle of 322.16º degrees, saturation: 0.77, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #EE7FC5 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB238127197-
CMYK00.470.170.07
HSL322.16º76.55%71.57%-
HSV(B)322.16º46.64%93.33%-
XYZ52.9337.3957.25-
YUV168.17144.27177.81-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 42.35%
GREEN value IS 127 (50% from 255) = 22.60%
BLUE value IS 197 (77.34% from 255) = 35.05%
R=42.35%
G=22.60%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23812719700.470.170.07322.1676.5571.57
HexEE7FC502F1171424d48
Octal356177305057217502115110
Binary1110111011111111100010101011111000111110100001010011011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE7FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE7FC5; }

 p { color: rgb(238,127,197); }

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

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

 a { background-color: rgb(238,127,197); }

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

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

 span { border-color: rgb(238,127,197); }

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