Html Css Color HEX #ED8ECE Tea Rose

📋 copy color: '#ED8ECE'

red 237 ◦ green 142 ◦ blue 206

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

Shades of Tea Rose #ED8ECE

Tints of Tea Rose #ED8ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.21%

R = 40.51%
G = 24.27%
B = 35.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#ED8ECE (or 0xED8ECE) is known color: Tea Rose. HEX triplet: ED, 8E and CE. RGB value is (237,142,206). Sum of RGB (Red+Green+Blue) = 237+142+206=585 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.51% from 585); Green value is 142 (55.86% from 255 or 24.27% from 585); Blue value is 206 (80.86% from 255 or 35.21% from 585); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8ECE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8ECE is #127131. Grayscale: #B1B1B1. Windows color (decimal): -1208626 or 13537005. OLE color: 13537005.

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

Color convert

RGB 237 142 206 -
CMYK 0 0.40 0.13 0.07
HSL 319.58º 0.73% 0.74% -
HSV(B) 319.58º 0.4% 0.93% -
XYZ 55.74 41.81 63.52 -
YUV 177.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 237 142 206 0 0.40 0.13 0.07 319.58 0.73 0.74
Hex ED 8E CE 0 28 D 7 140 49 4A
Octal 355 216 316 0 50 15 7 500 111 112
Binary 11101101 10001110 11001110 0 101000 1101 111 101000000 1001001 1001010

Color Harmonies of #ED8ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ED8ECE

Black with #ED8ECE

Text Example


Text Example

White with #ED8ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ED8ECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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