Html Css Color HEX #ED8BBC Tea Rose

📋 copy color: '#ED8BBC'

red 237 ◦ green 139 ◦ blue 188

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

Shades of Tea Rose #ED8BBC

Tints of Tea Rose #ED8BBC

RGB

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

 GREEN value IS 139 (54.69% from 255) = 24.65%

 BLUE value IS 188 (73.83% from 255) = 33.33%

R = 42.02%
G = 24.65%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.07

RGB Variations

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

Color information

#ED8BBC (or 0xED8BBC) is known color: Tea Rose. HEX triplet: ED, 8B and BC. RGB value is (237,139,188). Sum of RGB (Red+Green+Blue) = 237+139+188=564 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.02% from 564); Green value is 139 (54.69% from 255 or 24.65% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BBC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8BBC is #127443. Grayscale: #ADADAD. Windows color (decimal): -1209412 or 12356589. OLE color: 12356589.

HSL color Cylindrical-coordinate representation of color #ED8BBC: hue angle of 330º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #ED8BBC is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.07.

Color convert

RGB 237 139 188 -
CMYK 0 0.41 0.21 0.07
HSL 330º 0.73% 0.74% -
HSV(B) 330º 0.41% 0.93% -
XYZ 53.23 40.1 52.51 -
YUV 173.89 135.97 173.02 -
System Red Green Blue C M Y K H S L
Decimal 237 139 188 0 0.41 0.21 0.07 330 0.73 0.74
Hex ED 8B BC 0 29 15 7 14A 49 4A
Octal 355 213 274 0 51 25 7 512 111 112
Binary 11101101 10001011 10111100 0 101001 10101 111 101001010 1001001 1001010

Color Harmonies of #ED8BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8BBC

Black with #ED8BBC

Text Example


Text Example

White with #ED8BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8BBC; }

 p { color: rgb(237,139,188); }

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

background-color css

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

 a { background-color: rgb(237,139,188); }

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

border-color css

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

 span { border-color: rgb(237,139,188); }

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