Html Css Color HEX #ED88CE Tea Rose

📋 copy color: '#ED88CE'

red 237 ◦ green 136 ◦ blue 206

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

Shades of Tea Rose #ED88CE

Tints of Tea Rose #ED88CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.58%

R = 40.93%
G = 23.49%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED88CE (or 0xED88CE) is known color: Tea Rose. HEX triplet: ED, 88 and CE. RGB value is (237,136,206). Sum of RGB (Red+Green+Blue) = 237+136+206=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 136 (53.52% from 255 or 23.49% from 579); Blue value is 206 (80.86% from 255 or 35.58% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88CE is #127731. Grayscale: #ADADAD. Windows color (decimal): -1210162 or 13535469. OLE color: 13535469.

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

Color convert

RGB 237 136 206 -
CMYK 0 0.43 0.13 0.07
HSL 318.42º 0.74% 0.73% -
HSV(B) 318.42º 0.43% 0.93% -
XYZ 54.87 40.07 63.23 -
YUV 174.18 145.96 172.81 -
System Red Green Blue C M Y K H S L
Decimal 237 136 206 0 0.43 0.13 0.07 318.42 0.74 0.73
Hex ED 88 CE 0 2B D 7 13E 4A 49
Octal 355 210 316 0 53 15 7 476 112 111
Binary 11101101 10001000 11001110 0 101011 1101 111 100111110 1001010 1001001

Color Harmonies of #ED88CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED88CE

Black with #ED88CE

Text Example


Text Example

White with #ED88CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED88CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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