#EF7AC8

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

Shades of Tea Rose #EF7AC8

Tints of Tea Rose #EF7AC8

Color information

#EF7AC8 (or 0xEF7AC8) is unknown color: approx Tea Rose. HEX triplet: EF, 7A and C8. RGB value is (239,122,200). Sum of RGB (Red+Green+Blue) = 239+122+200=561 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.60% from 561); Green value is 122 (48.05% from 255 or 21.75% from 561); Blue value is 200 (78.52% from 255 or 35.65% from 561); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7AC8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7AC8 is #108537. Grayscale: #A5A5A5. Windows color (decimal): -1082680 or 13138671. OLE color: 13138671.

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

Color convert

RGB239122200-
CMYK00.490.160.06
HSL320º78.52%70.78%-
HSV(B)320º48.95%93.73%-
XYZ52.9836.4458.88-
YUV165.88147.26180.16-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.60%
GREEN value IS 122 (48.05% from 255) = 21.75%
BLUE value IS 200 (78.52% from 255) = 35.65%
R=42.60%
G=21.75%
B=35.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912220000.490.160.0632078.5270.78
HexEF7AC80311061404f47
Octal357172310061206500117107
Binary1110111111110101100100001100011000011010100000010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7AC8; }

 p { color: rgb(239,122,200); }

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

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

 a { background-color: rgb(239,122,200); }

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

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

 span { border-color: rgb(239,122,200); }

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