#EF7DC4

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

Shades of Tea Rose #EF7DC4

Tints of Tea Rose #EF7DC4

Color information

#EF7DC4 (or 0xEF7DC4) is unknown color: approx Tea Rose. HEX triplet: EF, 7D and C4. RGB value is (239,125,196). Sum of RGB (Red+Green+Blue) = 239+125+196=560 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.68% from 560); Green value is 125 (49.22% from 255 or 22.32% from 560); Blue value is 196 (76.95% from 255 or 35% from 560); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7DC4 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7DC4 is #10823B. Grayscale: #A7A7A7. Windows color (decimal): -1081916 or 12877295. OLE color: 12877295.

HSL color Cylindrical-coordinate representation of color #EF7DC4: hue angle of 322.63º 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 #EF7DC4 is Cyan = 0, Magento = 0.48, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB239125196-
CMYK00.480.180.06
HSL322.63º78.08%71.37%-
HSV(B)322.63º47.7%93.73%-
XYZ52.893756.58-
YUV167.18144.27179.23-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.68%
GREEN value IS 125 (49.22% from 255) = 22.32%
BLUE value IS 196 (76.95% from 255) = 35%
R=42.68%
G=22.32%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912519600.480.180.06322.6378.0871.37
HexEF7DC40301261434e47
Octal357175304060226503116107
Binary1110111111111011100010001100001001011010100001110011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7DC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7DC4; }

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

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

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

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

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

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

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

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