Html Css Color HEX #ED87CB Tea Rose

📋 copy color: '#ED87CB'

red 237 ◦ green 135 ◦ blue 203

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

Shades of Tea Rose #ED87CB

Tints of Tea Rose #ED87CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.3%

R = 41.22%
G = 23.48%
B = 35.3%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED87CB (or 0xED87CB) is known color: Tea Rose. HEX triplet: ED, 87 and CB. RGB value is (237,135,203). Sum of RGB (Red+Green+Blue) = 237+135+203=575 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.22% from 575); Green value is 135 (53.12% from 255 or 23.48% from 575); Blue value is 203 (79.69% from 255 or 35.30% from 575); Max value from RGB is 237 - color contains mainly: red. Hex color #ED87CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED87CB is #127834. Grayscale: #ADADAD. Windows color (decimal): -1210421 or 13338605. OLE color: 13338605.

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

Color convert

RGB 237 135 203 -
CMYK 0 0.43 0.14 0.07
HSL 320º 0.74% 0.73% -
HSV(B) 320º 0.43% 0.93% -
XYZ 54.37 39.64 61.29 -
YUV 173.25 144.79 173.47 -
System Red Green Blue C M Y K H S L
Decimal 237 135 203 0 0.43 0.14 0.07 320 0.74 0.73
Hex ED 87 CB 0 2B E 7 140 4A 49
Octal 355 207 313 0 53 16 7 500 112 111
Binary 11101101 10000111 11001011 0 101011 1110 111 101000000 1001010 1001001

Color Harmonies of #ED87CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED87CB

Black with #ED87CB

Text Example


Text Example

White with #ED87CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED87CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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