#E480C4

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

Shades of Tea Rose #E480C4

Tints of Tea Rose #E480C4

Color information

#E480C4 (or 0xE480C4) is unknown color: approx Tea Rose. HEX triplet: E4, 80 and C4. RGB value is (228,128,196). Sum of RGB (Red+Green+Blue) = 228+128+196=552 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.30% from 552); Green value is 128 (50.39% from 255 or 23.19% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 228 - color contains mainly: red. Hex color #E480C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E480C4 is #1B7F3B. Grayscale: #A5A5A5. Windows color (decimal): -1802044 or 12878052. OLE color: 12878052.

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

Color convert

RGB228128196-
CMYK00.440.140.11
HSL319.2º64.94%69.8%-
HSV(B)319.2º43.86%89.41%-
XYZ49.6835.9256.54-
YUV165.65145.13172.47-

RGB Variations

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

RGB

RED value IS 228 (89.45% from 255) = 41.30%
GREEN value IS 128 (50.39% from 255) = 23.19%
BLUE value IS 196 (76.95% from 255) = 35.51%
R=41.30%
G=23.19%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.14
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22812819600.440.140.11319.264.9469.8
HexE480C402CEB13f4146
Octal3442003040541613477101106
Binary11100100100000001100010001011001110101110011111110000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E480C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E480C4; }

 p { color: rgb(228,128,196); }

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

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

 a { background-color: rgb(228,128,196); }

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

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

 span { border-color: rgb(228,128,196); }

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