Html Css Color HEX #ED87C5 Tea Rose

📋 copy color: '#ED87C5'

red 237 ◦ green 135 ◦ blue 197

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

Shades of Tea Rose #ED87C5

Tints of Tea Rose #ED87C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 34.62%

R = 41.65%
G = 23.73%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ED87C5 (or 0xED87C5) is known color: Tea Rose. HEX triplet: ED, 87 and C5. RGB value is (237,135,197). Sum of RGB (Red+Green+Blue) = 237+135+197=569 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.65% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 197 (77.34% from 255 or 34.62% from 569); Max value from RGB is 237 - color contains mainly: red. Hex color #ED87C5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED87C5 is #12783A. Grayscale: #ACACAC. Windows color (decimal): -1210427 or 12945389. OLE color: 12945389.

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

Color convert

RGB 237 135 197 -
CMYK 0 0.43 0.17 0.07
HSL 323.53º 0.74% 0.73% -
HSV(B) 323.53º 0.43% 0.93% -
XYZ 53.67 39.36 57.59 -
YUV 172.57 141.79 173.96 -
System Red Green Blue C M Y K H S L
Decimal 237 135 197 0 0.43 0.17 0.07 323.53 0.74 0.73
Hex ED 87 C5 0 2B 11 7 144 4A 49
Octal 355 207 305 0 53 21 7 504 112 111
Binary 11101101 10000111 11000101 0 101011 10001 111 101000100 1001010 1001001

Color Harmonies of #ED87C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED87C5

Black with #ED87C5

Text Example


Text Example

White with #ED87C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED87C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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