#EF7DCD

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

Shades of Tea Rose #EF7DCD

Tints of Tea Rose #EF7DCD

Color information

#EF7DCD (or 0xEF7DCD) is unknown color: approx Tea Rose. HEX triplet: EF, 7D and CD. RGB value is (239,125,205). Sum of RGB (Red+Green+Blue) = 239+125+205=569 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.00% from 569); Green value is 125 (49.22% from 255 or 21.97% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DCD is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7DCD is #108232. Grayscale: #A8A8A8. Windows color (decimal): -1081907 or 13467119. OLE color: 13467119.

HSL color Cylindrical-coordinate representation of color #EF7DCD: hue angle of 317.89º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #EF7DCD is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB239125205-
CMYK00.480.140.06
HSL317.89º78.08%71.37%-
HSV(B)317.89º47.7%93.73%-
XYZ53.9537.4362.14-
YUV168.21148.77178.5-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.00%
GREEN value IS 125 (49.22% from 255) = 21.97%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=42.00%
G=21.97%
B=36.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912520500.480.140.06317.8978.0871.37
HexEF7DCD030E613e4e47
Octal357175315060166476116107
Binary111011111111101110011010110000111011010011111010011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7DCD; }

 p { color: rgb(239,125,205); }

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

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

 a { background-color: rgb(239,125,205); }

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

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

 span { border-color: rgb(239,125,205); }

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