Html Css Color HEX #ED88D0 Tea Rose

📋 copy color: '#ED88D0'

red 237 ◦ green 136 ◦ blue 208

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

Shades of Tea Rose #ED88D0

Tints of Tea Rose #ED88D0

RGB

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

 GREEN value IS 136 (53.52% from 255) = 23.41%

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

R = 40.79%
G = 23.41%
B = 35.8%

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

#ED88D0 (or 0xED88D0) is known color: Tea Rose. HEX triplet: ED, 88 and D0. RGB value is (237,136,208). Sum of RGB (Red+Green+Blue) = 237+136+208=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 208 (81.64% from 255 or 35.80% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88D0 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88D0 is #12772F. Grayscale: #AEAEAE. Windows color (decimal): -1210160 or 13666541. OLE color: 13666541.

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

Color convert

RGB 237 136 208 -
CMYK 0 0.43 0.12 0.07
HSL 317.23º 0.74% 0.73% -
HSV(B) 317.23º 0.43% 0.93% -
XYZ 55.11 40.17 64.52 -
YUV 174.41 146.96 172.65 -
System Red Green Blue C M Y K H S L
Decimal 237 136 208 0 0.43 0.12 0.07 317.23 0.74 0.73
Hex ED 88 D0 0 2B C 7 13D 4A 49
Octal 355 210 320 0 53 14 7 475 112 111
Binary 11101101 10001000 11010000 0 101011 1100 111 100111101 1001010 1001001

Color Harmonies of #ED88D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED88D0

Black with #ED88D0

Text Example


Text Example

White with #ED88D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED88D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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