#ED8DCC

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

Shades of Tea Rose #ED8DCC

Tints of Tea Rose #ED8DCC

Color information

#ED8DCC (or 0xED8DCC) is unknown color: approx Tea Rose. HEX triplet: ED, 8D and CC. RGB value is (237,141,204). Sum of RGB (Red+Green+Blue) = 237+141+204=582 (77% of max value = 765). Red value is 237 (92.97% from 255 or 40.72% from 582); Green value is 141 (55.47% from 255 or 24.23% from 582); Blue value is 204 (80.08% from 255 or 35.05% from 582); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8DCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8DCC is #127233. Grayscale: #B0B0B0. Windows color (decimal): -1208884 or 13405677. OLE color: 13405677.

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

Color convert

RGB237141204-
CMYK00.410.140.07
HSL320.62º72.73%74.12%-
HSV(B)320.62º40.51%92.94%-
XYZ55.3541.4162.2-
YUV176.89143.3170.88-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.72%
GREEN value IS 141 (55.47% from 255) = 24.23%
BLUE value IS 204 (80.08% from 255) = 35.05%
R=40.72%
G=24.23%
B=35.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714120400.410.140.07320.6272.7374.12
HexED8DCC029E7141494a
Octal355215314051167501111112
Binary1110110110001101110011000101001111011110100000110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8DCC; }

 p { color: rgb(237,141,204); }

 H1.HeaderClassName
 {
   color: #ED8DCC;
 }
 .AnyTagClassName
 {
   color: #ED8DCC;
 }
</style>
background-color css

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

 a { background-color: rgb(237,141,204); }

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

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

 span { border-color: rgb(237,141,204); }

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