#EA8FCC

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

Shades of Tea Rose #EA8FCC

Tints of Tea Rose #EA8FCC

Color information

#EA8FCC (or 0xEA8FCC) is unknown color: approx Tea Rose. HEX triplet: EA, 8F and CC. RGB value is (234,143,204). Sum of RGB (Red+Green+Blue) = 234+143+204=581 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.28% from 581); Green value is 143 (56.25% from 255 or 24.61% from 581); Blue value is 204 (80.08% from 255 or 35.11% from 581); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8FCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8FCC is #157033. Grayscale: #B1B1B1. Windows color (decimal): -1404980 or 13406186. OLE color: 13406186.

HSL color Cylindrical-coordinate representation of color #EA8FCC: hue angle of 319.78º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #EA8FCC is Cyan = 0, Magento = 0.39, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234143204-
CMYK00.390.130.08
HSL319.78º68.42%73.92%-
HSV(B)319.78º38.89%91.76%-
XYZ54.6541.562.26-
YUV177.16143.15168.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.28%
GREEN value IS 143 (56.25% from 255) = 24.61%
BLUE value IS 204 (80.08% from 255) = 35.11%
R=40.28%
G=24.61%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414320400.390.130.08319.7868.4273.92
HexEA8FCC027D8140444a
Octal3522173140471510500104112
Binary11101010100011111100110001001111101100010100000010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8FCC; }

 p { color: rgb(234,143,204); }

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

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

 a { background-color: rgb(234,143,204); }

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

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

 span { border-color: rgb(234,143,204); }

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