#E27FC8

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

Shades of Tea Rose #E27FC8

Tints of Tea Rose #E27FC8

Color information

#E27FC8 (or 0xE27FC8) is unknown color: approx Tea Rose. HEX triplet: E2, 7F and C8. RGB value is (226,127,200). Sum of RGB (Red+Green+Blue) = 226+127+200=553 (73% of max value = 765). Red value is 226 (88.67% from 255 or 40.87% from 553); Green value is 127 (50% from 255 or 22.97% from 553); Blue value is 200 (78.52% from 255 or 36.17% from 553); Max value from RGB is 226 - color contains mainly: red. Hex color #E27FC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #E27FC8 is #1D8037. Grayscale: #A4A4A4. Windows color (decimal): -1933368 or 13139938. OLE color: 13139938.

HSL color Cylindrical-coordinate representation of color #E27FC8: hue angle of 315.76º 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 #E27FC8 is Cyan = 0, Magento = 0.44, Yellow = 0.12 and Black (K on CMYK) = 0.11.

Color convert

RGB226127200-
CMYK00.440.120.11
HSL315.76º63.06%69.22%-
HSV(B)315.76º43.81%88.63%-
XYZ49.3835.5258.9-
YUV164.92147.8171.56-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 40.87%
GREEN value IS 127 (50% from 255) = 22.97%
BLUE value IS 200 (78.52% from 255) = 36.17%
R=40.87%
G=22.97%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612720000.440.120.11315.7663.0669.22
HexE27FC802CCB13c3f45
Octal342177310054141347477105
Binary111000101111111110010000101100110010111001111001111111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E27FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E27FC8; }

 p { color: rgb(226,127,200); }

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

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

 a { background-color: rgb(226,127,200); }

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

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

 span { border-color: rgb(226,127,200); }

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