#E281C4

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

Shades of Tea Rose #E281C4

Tints of Tea Rose #E281C4

Color information

#E281C4 (or 0xE281C4) is unknown color: approx Tea Rose. HEX triplet: E2, 81 and C4. RGB value is (226,129,196). Sum of RGB (Red+Green+Blue) = 226+129+196=551 (72% of max value = 765). Red value is 226 (88.67% from 255 or 41.02% from 551); Green value is 129 (50.78% from 255 or 23.41% from 551); Blue value is 196 (76.95% from 255 or 35.57% from 551); Max value from RGB is 226 - color contains mainly: red. Hex color #E281C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E281C4 is #1D7E3B. Grayscale: #A5A5A5. Windows color (decimal): -1932860 or 12878306. OLE color: 12878306.

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

Color convert

RGB226129196-
CMYK00.430.130.11
HSL318.56º62.58%69.61%-
HSV(B)318.56º42.92%88.63%-
XYZ49.1835.8556.55-
YUV165.64145.14171.05-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 41.02%
GREEN value IS 129 (50.78% from 255) = 23.41%
BLUE value IS 196 (76.95% from 255) = 35.57%
R=41.02%
G=23.41%
B=35.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.13
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22612919600.430.130.11318.5662.5869.61
HexE281C402BDB13f3f46
Octal342201304053151347777106
Binary1110001010000001110001000101011110110111001111111111111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E281C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E281C4; }

 p { color: rgb(226,129,196); }

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

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

 a { background-color: rgb(226,129,196); }

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

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

 span { border-color: rgb(226,129,196); }

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