Html Css Color HEX #E480C8 Tea Rose

📋 copy color: '#E480C8'

red 228 ◦ green 128 ◦ blue 200

#E480C8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Rose #E480C8

Tints of Tea Rose #E480C8

RGB

 RED value IS 228 (89.45% from 255) = 41.01%

 GREEN value IS 128 (50.39% from 255) = 23.02%

 BLUE value IS 200 (78.52% from 255) = 35.97%

R = 41.01%
G = 23.02%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.11

RGB Variations

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

Color information

#E480C8 (or 0xE480C8) is known color: Tea Rose. HEX triplet: E4, 80 and C8. RGB value is (228,128,200). Sum of RGB (Red+Green+Blue) = 228+128+200=556 (73% of max value = 765). Red value is 228 (89.45% from 255 or 41.01% from 556); Green value is 128 (50.39% from 255 or 23.02% from 556); Blue value is 200 (78.52% from 255 or 35.97% from 556); Max value from RGB is 228 - color contains mainly: red. Hex color #E480C8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E480C8 is #1B7F37. Grayscale: #A5A5A5. Windows color (decimal): -1802040 or 13140196. OLE color: 13140196.

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

Color convert

RGB 228 128 200 -
CMYK 0 0.44 0.12 0.11
HSL 316.8º 0.65% 0.7% -
HSV(B) 316.8º 0.44% 0.89% -
XYZ 50.14 36.1 58.97 -
YUV 166.11 147.13 172.15 -
System Red Green Blue C M Y K H S L
Decimal 228 128 200 0 0.44 0.12 0.11 316.8 0.65 0.7
Hex E4 80 C8 0 2C C B 13D 41 46
Octal 344 200 310 0 54 14 13 475 101 106
Binary 11100100 10000000 11001000 0 101100 1100 1011 100111101 1000001 1000110

Color Harmonies of #E480C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E480C8

Black with #E480C8

Text Example


Text Example

White with #E480C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E480C8; }

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

 H1.HeaderClassName
 {
   color: #E480C8;
 }
 .AnyTagClassName
 {
   color: #E480C8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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