#ED8ECB

Color #ED8ECB Tea Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Rose #ED8ECB

Tints of Tea Rose #ED8ECB

Color information

#ED8ECB (or 0xED8ECB) is unknown color: approx 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

RGB237142203-
CMYK00.400.140.07
HSL321.47º72.52%74.31%-
HSV(B)321.47º40.08%92.94%-
XYZ55.3841.6661.62-
YUV177.36142.47170.54-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 142 (55.86% from 255) = 24.40%
BLUE value IS 203 (79.69% from 255) = 34.88%
R=40.72%
G=24.40%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714220300.400.140.07321.4772.5274.31
HexED8ECB028E7141494a
Octal355216313050167501111112
Binary1110110110001110110010110101000111011110100000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>