Html Css Color HEX #ED87D0 Tea Rose

📋 copy color: '#ED87D0'

red 237 ◦ green 135 ◦ blue 208

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

Shades of Tea Rose #ED87D0

Tints of Tea Rose #ED87D0

RGB

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

 GREEN value IS 135 (53.13% from 255) = 23.28%

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

R = 40.86%
G = 23.28%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#ED87D0 (or 0xED87D0) is known color: Tea Rose. HEX triplet: ED, 87 and D0. RGB value is (237,135,208). Sum of RGB (Red+Green+Blue) = 237+135+208=580 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.86% from 580); Green value is 135 (53.12% from 255 or 23.28% from 580); Blue value is 208 (81.64% from 255 or 35.86% from 580); Max value from RGB is 237 - color contains mainly: red. Hex color #ED87D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED87D0 is #12782F. Grayscale: #ADADAD. Windows color (decimal): -1210416 or 13666285. OLE color: 13666285.

HSL color Cylindrical-coordinate representation of color #ED87D0: hue angle of 317.06º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #ED87D0 is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 135 208 -
CMYK 0 0.43 0.12 0.07
HSL 317.06º 0.74% 0.73% -
HSV(B) 317.06º 0.43% 0.93% -
XYZ 54.97 39.89 64.48 -
YUV 173.82 147.29 173.06 -
System Red Green Blue C M Y K H S L
Decimal 237 135 208 0 0.43 0.12 0.07 317.06 0.74 0.73
Hex ED 87 D0 0 2B C 7 13D 4A 49
Octal 355 207 320 0 53 14 7 475 112 111
Binary 11101101 10000111 11010000 0 101011 1100 111 100111101 1001010 1001001

Color Harmonies of #ED87D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED87D0

Black with #ED87D0

Text Example


Text Example

White with #ED87D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED87D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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