Html Css Color HEX #ED8BBD Tea Rose

📋 copy color: '#ED8BBD'

red 237 ◦ green 139 ◦ blue 189

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

Shades of Tea Rose #ED8BBD

Tints of Tea Rose #ED8BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 33.45%

R = 41.95%
G = 24.6%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ED8BBD (or 0xED8BBD) is known color: Tea Rose. HEX triplet: ED, 8B and BD. RGB value is (237,139,189). Sum of RGB (Red+Green+Blue) = 237+139+189=565 (74% of max value = 765). Red value is 237 (92.97% from 255 or 41.95% from 565); Green value is 139 (54.69% from 255 or 24.60% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8BBD is #127442. Grayscale: #ADADAD. Windows color (decimal): -1209411 or 12422125. OLE color: 12422125.

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

Color convert

RGB 237 139 189 -
CMYK 0 0.41 0.20 0.07
HSL 329.39º 0.73% 0.74% -
HSV(B) 329.39º 0.41% 0.93% -
XYZ 53.34 40.14 53.08 -
YUV 174 136.47 172.93 -
System Red Green Blue C M Y K H S L
Decimal 237 139 189 0 0.41 0.20 0.07 329.39 0.73 0.74
Hex ED 8B BD 0 29 14 7 149 49 4A
Octal 355 213 275 0 51 24 7 511 111 112
Binary 11101101 10001011 10111101 0 101001 10100 111 101001001 1001001 1001010

Color Harmonies of #ED8BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8BBD

Black with #ED8BBD

Text Example


Text Example

White with #ED8BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8BBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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