#EF8BCA

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

Shades of Tea Rose #EF8BCA

Tints of Tea Rose #EF8BCA

Color information

#EF8BCA (or 0xEF8BCA) is unknown color: approx Tea Rose. HEX triplet: EF, 8B and CA. RGB value is (239,139,202). Sum of RGB (Red+Green+Blue) = 239+139+202=580 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.21% from 580); Green value is 139 (54.69% from 255 or 23.97% from 580); Blue value is 202 (79.30% from 255 or 34.83% from 580); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BCA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BCA is #107435. Grayscale: #AFAFAF. Windows color (decimal): -1078326 or 13274095. OLE color: 13274095.

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

Color convert

RGB239139202-
CMYK00.420.150.06
HSL322.2º75.76%74.12%-
HSV(B)322.2º41.84%93.73%-
XYZ55.4941.0860.88-
YUV176.08142.63172.88-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.21%
GREEN value IS 139 (54.69% from 255) = 23.97%
BLUE value IS 202 (79.30% from 255) = 34.83%
R=41.21%
G=23.97%
B=34.83%

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
Decimal23913920200.420.150.06322.275.7674.12
HexEF8BCA02AF61424c4a
Octal357213312052176502114112
Binary1110111110001011110010100101010111111010100001010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8BCA; }

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

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

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

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

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

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

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

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