Html Css Color HEX #ED80D0 Tea Rose

📋 copy color: '#ED80D0'

red 237 ◦ green 128 ◦ blue 208

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

Shades of Tea Rose #ED80D0

Tints of Tea Rose #ED80D0

RGB

 RED value IS 237 (92.97% from 255) = 41.36%

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

 BLUE value IS 208 (81.64% from 255) = 36.3%

R = 41.36%
G = 22.34%
B = 36.3%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED80D0 (or 0xED80D0) is known color: Tea Rose. HEX triplet: ED, 80 and D0. RGB value is (237,128,208). Sum of RGB (Red+Green+Blue) = 237+128+208=573 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.36% from 573); Green value is 128 (50.39% from 255 or 22.34% from 573); Blue value is 208 (81.64% from 255 or 36.30% from 573); Max value from RGB is 237 - color contains mainly: red. Hex color #ED80D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED80D0 is #127F2F. Grayscale: #A9A9A9. Windows color (decimal): -1212208 or 13664493. OLE color: 13664493.

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

Color convert

RGB 237 128 208 -
CMYK 0 0.46 0.12 0.07
HSL 315.96º 0.75% 0.72% -
HSV(B) 315.96º 0.46% 0.93% -
XYZ 54.03 38 64.16 -
YUV 169.71 149.61 176 -
System Red Green Blue C M Y K H S L
Decimal 237 128 208 0 0.46 0.12 0.07 315.96 0.75 0.72
Hex ED 80 D0 0 2E C 7 13C 4B 48
Octal 355 200 320 0 56 14 7 474 113 110
Binary 11101101 10000000 11010000 0 101110 1100 111 100111100 1001011 1001000

Color Harmonies of #ED80D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED80D0

Black with #ED80D0

Text Example


Text Example

White with #ED80D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED80D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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