Html Css Color HEX #ED8BCD Tea Rose

📋 copy color: '#ED8BCD'

red 237 ◦ green 139 ◦ blue 205

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

Shades of Tea Rose #ED8BCD

Tints of Tea Rose #ED8BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.28%

R = 40.79%
G = 23.92%
B = 35.28%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED8BCD (or 0xED8BCD) is known color: Tea Rose. HEX triplet: ED, 8B and CD. RGB value is (237,139,205). Sum of RGB (Red+Green+Blue) = 237+139+205=581 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.79% from 581); Green value is 139 (54.69% from 255 or 23.92% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BCD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8BCD is #127432. Grayscale: #AFAFAF. Windows color (decimal): -1209395 or 13470701. OLE color: 13470701.

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

Color convert

RGB 237 139 205 -
CMYK 0 0.41 0.14 0.07
HSL 319.59º 0.73% 0.74% -
HSV(B) 319.59º 0.41% 0.93% -
XYZ 55.18 40.88 62.74 -
YUV 175.83 144.47 171.63 -
System Red Green Blue C M Y K H S L
Decimal 237 139 205 0 0.41 0.14 0.07 319.59 0.73 0.74
Hex ED 8B CD 0 29 E 7 140 49 4A
Octal 355 213 315 0 51 16 7 500 111 112
Binary 11101101 10001011 11001101 0 101001 1110 111 101000000 1001001 1001010

Color Harmonies of #ED8BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8BCD

Black with #ED8BCD

Text Example


Text Example

White with #ED8BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8BCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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