#ED8CBF

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

Shades of Tea Rose #ED8CBF

Tints of Tea Rose #ED8CBF

Color information

#ED8CBF (or 0xED8CBF) is unknown color: approx Tea Rose. HEX triplet: ED, 8C and BF. RGB value is (237,140,191). Sum of RGB (Red+Green+Blue) = 237+140+191=568 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.73% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 191 (75% from 255 or 33.63% from 568); Max value from RGB is 237 - color contains mainly: red. Hex color #ED8CBF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ED8CBF is #127340. Grayscale: #AEAEAE. Windows color (decimal): -1209153 or 12553453. OLE color: 12553453.

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

Color convert

RGB237140191-
CMYK00.410.190.07
HSL328.45º72.93%73.92%-
HSV(B)328.45º40.93%92.94%-
XYZ53.7140.5254.28-
YUV174.82137.14172.35-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.73%
GREEN value IS 140 (55.08% from 255) = 24.65%
BLUE value IS 191 (75% from 255) = 33.63%
R=41.73%
G=24.65%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23714019100.410.190.07328.4572.9373.92
HexED8CBF029137148494a
Octal355214277051237510111112
Binary11101101100011001011111101010011001111110100100010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED8CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED8CBF; }

 p { color: rgb(237,140,191); }

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

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

 a { background-color: rgb(237,140,191); }

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

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

 span { border-color: rgb(237,140,191); }

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