#EF8BC8

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

Shades of Tea Rose #EF8BC8

Tints of Tea Rose #EF8BC8

Color information

#EF8BC8 (or 0xEF8BC8) is unknown color: approx Tea Rose. HEX triplet: EF, 8B and C8. RGB value is (239,139,200). Sum of RGB (Red+Green+Blue) = 239+139+200=578 (76% of max value = 765). Red value is 239 (93.75% from 255 or 41.35% from 578); Green value is 139 (54.69% from 255 or 24.05% from 578); Blue value is 200 (78.52% from 255 or 34.60% from 578); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8BC8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8BC8 is #107437. Grayscale: #AFAFAF. Windows color (decimal): -1078328 or 13143023. OLE color: 13143023.

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

Color convert

RGB239139200-
CMYK00.420.160.06
HSL323.4º75.76%74.12%-
HSV(B)323.4º41.84%93.73%-
XYZ55.2540.9959.64-
YUV175.85141.63173.04-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 41.35%
GREEN value IS 139 (54.69% from 255) = 24.05%
BLUE value IS 200 (78.52% from 255) = 34.60%
R=41.35%
G=24.05%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23913920000.420.160.06323.475.7674.12
HexEF8BC802A1061434c4a
Octal357213310052206503114112
Binary11101111100010111100100001010101000011010100001110011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8BC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8BC8; }

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

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

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

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

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

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

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

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