#EF8BC2

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

Shades of Tea Rose #EF8BC2

Tints of Tea Rose #EF8BC2

Color information

#EF8BC2 (or 0xEF8BC2) is unknown color: approx Tea Rose. HEX triplet: EF, 8B and C2. RGB value is (239,139,194). Sum of RGB (Red+Green+Blue) = 239+139+194=572 (75% of max value = 765). Red value is 239 (93.75% from 255 or 41.78% from 572); Green value is 139 (54.69% from 255 or 24.30% from 572); Blue value is 194 (76.17% from 255 or 33.92% from 572); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BC2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BC2 is #10743D. Grayscale: #AFAFAF. Windows color (decimal): -1078334 or 12749807. OLE color: 12749807.

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

Color convert

RGB239139194-
CMYK00.420.190.06
HSL327º75.76%74.12%-
HSV(B)327º41.84%93.73%-
XYZ54.5740.7156.02-
YUV175.17138.63173.53-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.78%
GREEN value IS 139 (54.69% from 255) = 24.30%
BLUE value IS 194 (76.17% from 255) = 33.92%
R=41.78%
G=24.30%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913919400.420.190.0632775.7674.12
HexEF8BC202A1361474c4a
Octal357213302052236507114112
Binary11101111100010111100001001010101001111010100011110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8BC2; }

 p { color: rgb(239,139,194); }

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

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

 a { background-color: rgb(239,139,194); }

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

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

 span { border-color: rgb(239,139,194); }

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