#ED80C4

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

Shades of Tea Rose #ED80C4

Tints of Tea Rose #ED80C4

Color information

#ED80C4 (or 0xED80C4) is unknown color: approx Tea Rose. HEX triplet: ED, 80 and C4. RGB value is (237,128,196). Sum of RGB (Red+Green+Blue) = 237+128+196=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 196 (76.95% from 255 or 34.94% from 561); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80C4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80C4 is #127F3B. Grayscale: #A8A8A8. Windows color (decimal): -1212220 or 12878061. OLE color: 12878061.

HSL color Cylindrical-coordinate representation of color #ED80C4: hue angle of 322.57º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #ED80C4 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB237128196-
CMYK00.460.170.07
HSL322.57º75.17%71.57%-
HSV(B)322.57º45.99%92.94%-
XYZ52.6137.4356.68-
YUV168.34143.61176.97-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 42.25%
GREEN value IS 128 (50.39% from 255) = 22.82%
BLUE value IS 196 (76.95% from 255) = 34.94%
R=42.25%
G=22.82%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.17
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23712819600.460.170.07322.5775.1771.57
HexED80C402E1171434b48
Octal355200304056217503113110
Binary11101101100000001100010001011101000111110100001110010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED80C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED80C4; }

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

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

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

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

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

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

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

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