Html Css Color HEX #ED88CB Tea Rose

📋 copy color: '#ED88CB'

red 237 ◦ green 136 ◦ blue 203

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

Shades of Tea Rose #ED88CB

Tints of Tea Rose #ED88CB

RGB

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

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

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

R = 41.15%
G = 23.61%
B = 35.24%

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

#ED88CB (or 0xED88CB) is known color: Tea Rose. HEX triplet: ED, 88 and CB. RGB value is (237,136,203). Sum of RGB (Red+Green+Blue) = 237+136+203=576 (76% of max value = 765). Red value is 237 (92.97% from 255 or 41.15% from 576); Green value is 136 (53.52% from 255 or 23.61% from 576); Blue value is 203 (79.69% from 255 or 35.24% from 576); Max value from RGB is 237 - color contains mainly: red. Hex color #ED88CB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED88CB is #127734. Grayscale: #ADADAD. Windows color (decimal): -1210165 or 13338861. OLE color: 13338861.

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

Color convert

RGB 237 136 203 -
CMYK 0 0.43 0.14 0.07
HSL 320.2º 0.74% 0.73% -
HSV(B) 320.2º 0.43% 0.93% -
XYZ 54.51 39.92 61.33 -
YUV 173.84 144.46 173.05 -
System Red Green Blue C M Y K H S L
Decimal 237 136 203 0 0.43 0.14 0.07 320.2 0.74 0.73
Hex ED 88 CB 0 2B E 7 140 4A 49
Octal 355 210 313 0 53 16 7 500 112 111
Binary 11101101 10001000 11001011 0 101011 1110 111 101000000 1001010 1001001

Color Harmonies of #ED88CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED88CB

Black with #ED88CB

Text Example


Text Example

White with #ED88CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED88CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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