Html Css Color HEX #ED8ECB Tea Rose

📋 copy color: '#ED8ECB'

red 237 ◦ green 142 ◦ blue 203

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

Shades of Tea Rose #ED8ECB

Tints of Tea Rose #ED8ECB

RGB

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

 GREEN value IS 142 (55.86% from 255) = 24.4%

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

R = 40.72%
G = 24.4%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ED8ECB (or 0xED8ECB) is known color: Tea Rose. HEX triplet: ED, 8E and CB. RGB value is (237,142,203). Sum of RGB (Red+Green+Blue) = 237+142+203=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 203 (79.69% from 255 or 34.88% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ECB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ECB is #127134. Grayscale: #B1B1B1. Windows color (decimal): -1208629 or 13340397. OLE color: 13340397.

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

Color convert

RGB 237 142 203 -
CMYK 0 0.40 0.14 0.07
HSL 321.47º 0.73% 0.74% -
HSV(B) 321.47º 0.4% 0.93% -
XYZ 55.38 41.66 61.62 -
YUV 177.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 237 142 203 0 0.40 0.14 0.07 321.47 0.73 0.74
Hex ED 8E CB 0 28 E 7 141 49 4A
Octal 355 216 313 0 50 16 7 501 111 112
Binary 11101101 10001110 11001011 0 101000 1110 111 101000001 1001001 1001010

Color Harmonies of #ED8ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8ECB

Black with #ED8ECB

Text Example


Text Example

White with #ED8ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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