#EB8ACF

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

Shades of Tea Rose #EB8ACF

Tints of Tea Rose #EB8ACF

Color information

#EB8ACF (or 0xEB8ACF) is unknown color: approx Tea Rose. HEX triplet: EB, 8A and CF. RGB value is (235,138,207). Sum of RGB (Red+Green+Blue) = 235+138+207=580 (76% of max value = 765). Red value is 235 (92.19% from 255 or 40.52% from 580); Green value is 138 (54.30% from 255 or 23.79% from 580); Blue value is 207 (81.25% from 255 or 35.69% from 580); Max value from RGB is 235 - color contains mainly: red. Hex color #EB8ACF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EB8ACF is #147530. Grayscale: #AEAEAE. Windows color (decimal): -1340721 or 13601515. OLE color: 13601515.

HSL color Cylindrical-coordinate representation of color #EB8ACF: hue angle of 317.32º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #EB8ACF is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.08.

Color convert

RGB235138207-
CMYK00.410.120.08
HSL317.32º70.8%73.14%-
HSV(B)317.32º41.28%92.16%-
XYZ54.6140.3463.94-
YUV174.87146.14170.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 40.52%
GREEN value IS 138 (54.30% from 255) = 23.79%
BLUE value IS 207 (81.25% from 255) = 35.69%
R=40.52%
G=23.79%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23513820700.410.120.08317.3270.873.14
HexEB8ACF029C813d4749
Octal3532123170511410475107111
Binary11101011100010101100111101010011100100010011110110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB8ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB8ACF; }

 p { color: rgb(235,138,207); }

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

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

 a { background-color: rgb(235,138,207); }

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

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

 span { border-color: rgb(235,138,207); }

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