Html Css Color HEX #ED8BCB Tea Rose

📋 copy color: '#ED8BCB'

red 237 ◦ green 139 ◦ blue 203

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

Shades of Tea Rose #ED8BCB

Tints of Tea Rose #ED8BCB

RGB

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

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

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

R = 40.93%
G = 24.01%
B = 35.06%

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

#ED8BCB (or 0xED8BCB) is known color: Tea Rose. HEX triplet: ED, 8B and CB. RGB value is (237,139,203). Sum of RGB (Red+Green+Blue) = 237+139+203=579 (76% of max value = 765). Red value is 237 (92.97% from 255 or 40.93% from 579); Green value is 139 (54.69% from 255 or 24.01% from 579); Blue value is 203 (79.69% from 255 or 35.06% from 579); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8BCB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8BCB is #127434. Grayscale: #AFAFAF. Windows color (decimal): -1209397 or 13339629. OLE color: 13339629.

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

Color convert

RGB 237 139 203 -
CMYK 0 0.41 0.14 0.07
HSL 320.82º 0.73% 0.74% -
HSV(B) 320.82º 0.41% 0.93% -
XYZ 54.94 40.78 61.48 -
YUV 175.6 143.47 171.8 -
System Red Green Blue C M Y K H S L
Decimal 237 139 203 0 0.41 0.14 0.07 320.82 0.73 0.74
Hex ED 8B CB 0 29 E 7 141 49 4A
Octal 355 213 313 0 51 16 7 501 111 112
Binary 11101101 10001011 11001011 0 101001 1110 111 101000001 1001001 1001010

Color Harmonies of #ED8BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8BCB

Black with #ED8BCB

Text Example


Text Example

White with #ED8BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8BCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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