#EF8CBD

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

Shades of Tea Rose #EF8CBD

Tints of Tea Rose #EF8CBD

Color information

#EF8CBD (or 0xEF8CBD) is unknown color: approx Tea Rose. HEX triplet: EF, 8C and BD. RGB value is (239,140,189). Sum of RGB (Red+Green+Blue) = 239+140+189=568 (75% of max value = 765). Red value is 239 (93.75% from 255 or 42.08% from 568); Green value is 140 (55.08% from 255 or 24.65% from 568); Blue value is 189 (74.22% from 255 or 33.27% from 568); Max value from RGB is 239 - color contains mainly: red. Hex color #EF8CBD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF8CBD is #107342. Grayscale: #AFAFAF. Windows color (decimal): -1078083 or 12422383. OLE color: 12422383.

HSL color Cylindrical-coordinate representation of color #EF8CBD: 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.41%. Process color model (Four color, CMYK) of #EF8CBD is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239140189-
CMYK00.410.210.06
HSL330.3º75.57%74.31%-
HSV(B)330.3º41.42%93.73%-
XYZ54.1640.7853.16-
YUV175.19135.8173.52-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 42.08%
GREEN value IS 140 (55.08% from 255) = 24.65%
BLUE value IS 189 (74.22% from 255) = 33.27%
R=42.08%
G=24.65%
B=33.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23914018900.410.210.06330.375.5774.31
HexEF8CBD02915614a4c4a
Octal357214275051256512114112
Binary11101111100011001011110101010011010111010100101010011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EF8CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EF8CBD; }

 p { color: rgb(239,140,189); }

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

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

 a { background-color: rgb(239,140,189); }

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

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

 span { border-color: rgb(239,140,189); }

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