#ED8FD1

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

Shades of Tea Rose #ED8FD1

Tints of Tea Rose #ED8FD1

Color information

#ED8FD1 (or 0xED8FD1) is unknown color: approx Tea Rose. HEX triplet: ED, 8F and D1. RGB value is (237,143,209). Sum of RGB (Red+Green+Blue) = 237+143+209=589 (78% of max value = 765). Red value is 237 (92.97% from 255 or 40.24% from 589); Green value is 143 (56.25% from 255 or 24.28% from 589); Blue value is 209 (82.03% from 255 or 35.48% from 589); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8FD1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8FD1 is #12702E. Grayscale: #B2B2B2. Windows color (decimal): -1208367 or 13733869. OLE color: 13733869.

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

Color convert

RGB237143209-
CMYK00.400.120.07
HSL317.87º72.31%74.51%-
HSV(B)317.87º39.66%92.94%-
XYZ56.2642.2565.51-
YUV178.63145.14169.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 40.24%
GREEN value IS 143 (56.25% from 255) = 24.28%
BLUE value IS 209 (82.03% from 255) = 35.48%
R=40.24%
G=24.28%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714320900.400.120.07317.8772.3174.51
HexED8FD1028C713e484b
Octal355217321050147476110113
Binary1110110110001111110100010101000110011110011111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8FD1; }

 p { color: rgb(237,143,209); }

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

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

 a { background-color: rgb(237,143,209); }

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

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

 span { border-color: rgb(237,143,209); }

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