#EF8ACA

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

Shades of Tea Rose #EF8ACA

Tints of Tea Rose #EF8ACA

Color information

#EF8ACA (or 0xEF8ACA) is unknown color: approx Tea Rose. HEX triplet: EF, 8A and CA. RGB value is (239,138,202). Sum of RGB (Red+Green+Blue) = 239+138+202=579 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.28% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 202 (79.30% from 255 or 34.89% from 579); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ACA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ACA is #107535. Grayscale: #AFAFAF. Windows color (decimal): -1078582 or 13273839. OLE color: 13273839.

HSL color Cylindrical-coordinate representation of color #EF8ACA: hue angle of 321.98º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #EF8ACA is Cyan = 0, Magento = 0.42, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239138202-
CMYK00.420.150.06
HSL321.98º75.94%73.92%-
HSV(B)321.98º42.26%93.73%-
XYZ55.3540.7960.83-
YUV175.49142.96173.3-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.28%
GREEN value IS 138 (54.30% from 255) = 23.83%
BLUE value IS 202 (79.30% from 255) = 34.89%
R=41.28%
G=23.83%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913820200.420.150.06321.9875.9473.92
HexEF8ACA02AF61424c4a
Octal357212312052176502114112
Binary1110111110001010110010100101010111111010100001010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8ACA; }

 p { color: rgb(239,138,202); }

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

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

 a { background-color: rgb(239,138,202); }

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

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

 span { border-color: rgb(239,138,202); }

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