#EF7ACC

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

Shades of Tea Rose #EF7ACC

Tints of Tea Rose #EF7ACC

Color information

#EF7ACC (or 0xEF7ACC) is unknown color: approx Tea Rose. HEX triplet: EF, 7A and CC. RGB value is (239,122,204). Sum of RGB (Red+Green+Blue) = 239+122+204=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 122 (48.05% from 255 or 21.59% from 565); Blue value is 204 (80.08% from 255 or 36.11% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7ACC is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF7ACC is #108533. Grayscale: #A6A6A6. Windows color (decimal): -1082676 or 13400815. OLE color: 13400815.

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

Color convert

RGB239122204-
CMYK00.490.150.06
HSL317.95º78.52%70.78%-
HSV(B)317.95º48.95%93.73%-
XYZ53.4636.6361.38-
YUV166.33149.26179.83-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 122 (48.05% from 255) = 21.59%
BLUE value IS 204 (80.08% from 255) = 36.11%
R=42.30%
G=21.59%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23912220400.490.150.06317.9578.5270.78
HexEF7ACC031F613e4f47
Octal357172314061176476117107
Binary111011111111010110011000110001111111010011111010011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF7ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF7ACC; }

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

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

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

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

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

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

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

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