#E07EC5

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

Shades of Tea Rose #E07EC5

Tints of Tea Rose #E07EC5

Color information

#E07EC5 (or 0xE07EC5) is unknown color: approx Tea Rose. HEX triplet: E0, 7E and C5. RGB value is (224,126,197). Sum of RGB (Red+Green+Blue) = 224+126+197=547 (72% of max value = 765). Red value is 224 (87.89% from 255 or 40.95% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 197 (77.34% from 255 or 36.01% from 547); Max value from RGB is 224 - color contains mainly: red. Hex color #E07EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E07EC5 is #1F813A. Grayscale: #A3A3A3. Windows color (decimal): -2064699 or 12943072. OLE color: 12943072.

HSL color Cylindrical-coordinate representation of color #E07EC5: hue angle of 316.53º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E07EC5 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.12.

Color convert

RGB224126197-
CMYK00.440.120.12
HSL316.53º61.25%68.63%-
HSV(B)316.53º43.75%87.84%-
XYZ48.2834.857-
YUV163.4146.97171.23-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 40.95%
GREEN value IS 126 (49.61% from 255) = 23.03%
BLUE value IS 197 (77.34% from 255) = 36.01%
R=40.95%
G=23.03%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22412619700.440.120.12316.5361.2568.63
HexE07EC502CCC13d3d45
Octal340176305054141447575105
Binary111000001111110110001010101100110011001001111011111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E07EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E07EC5; }

 p { color: rgb(224,126,197); }

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

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

 a { background-color: rgb(224,126,197); }

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

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

 span { border-color: rgb(224,126,197); }

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