#EF8ABC

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

Shades of Tea Rose #EF8ABC

Tints of Tea Rose #EF8ABC

Color information

#EF8ABC (or 0xEF8ABC) is unknown color: approx Tea Rose. HEX triplet: EF, 8A and BC. RGB value is (239,138,188). Sum of RGB (Red+Green+Blue) = 239+138+188=565 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.30% from 565); Green value is 138 (54.30% from 255 or 24.42% from 565); Blue value is 188 (73.83% from 255 or 33.27% from 565); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8ABC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8ABC is #107543. Grayscale: #ADADAD. Windows color (decimal): -1078596 or 12356335. OLE color: 12356335.

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

Color convert

RGB239138188-
CMYK00.420.210.06
HSL330.3º75.94%73.92%-
HSV(B)330.3º42.26%93.73%-
XYZ53.7640.1652.49-
YUV173.9135.96174.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.30%
GREEN value IS 138 (54.30% from 255) = 24.42%
BLUE value IS 188 (73.83% from 255) = 33.27%
R=42.30%
G=24.42%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913818800.420.210.06330.375.9473.92
HexEF8ABC02A15614a4c4a
Octal357212274052256512114112
Binary11101111100010101011110001010101010111010100101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8ABC; }

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

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

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

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

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

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

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

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