#E27EC5

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

Shades of Tea Rose #E27EC5

Tints of Tea Rose #E27EC5

Color information

#E27EC5 (or 0xE27EC5) is unknown color: approx Tea Rose. HEX triplet: E2, 7E and C5. RGB value is (226,126,197). Sum of RGB (Red+Green+Blue) = 226+126+197=549 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.17% from 549); Green value is 126 (49.61% from 255 or 22.95% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 226 - color contains mainly: red. Hex color #E27EC5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27EC5 is #1D813A. Grayscale: #A3A3A3. Windows color (decimal): -1933627 or 12943074. OLE color: 12943074.

HSL color Cylindrical-coordinate representation of color #E27EC5: hue angle of 317.4º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #E27EC5 is Cyan = 0, Magento = 0.44, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB226126197-
CMYK00.440.130.11
HSL317.4º63.29%69.02%-
HSV(B)317.4º44.25%88.63%-
XYZ48.935.1257.03-
YUV163.99146.63172.23-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.17%
GREEN value IS 126 (49.61% from 255) = 22.95%
BLUE value IS 197 (77.34% from 255) = 35.88%
R=41.17%
G=22.95%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612619700.440.130.11317.463.2969.02
HexE27EC502CDB13d3f45
Octal342176305054151347577105
Binary111000101111110110001010101100110110111001111011111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27EC5; }

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

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

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

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

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

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

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

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