#EA8BCC

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

Shades of Tea Rose #EA8BCC

Tints of Tea Rose #EA8BCC

Color information

#EA8BCC (or 0xEA8BCC) is unknown color: approx Tea Rose. HEX triplet: EA, 8B and CC. RGB value is (234,139,204). Sum of RGB (Red+Green+Blue) = 234+139+204=577 (76% of max value = 765). Red value is 234 (91.80% from 255 or 40.55% from 577); Green value is 139 (54.69% from 255 or 24.09% from 577); Blue value is 204 (80.08% from 255 or 35.36% from 577); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BCC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BCC is #157433. Grayscale: #AEAEAE. Windows color (decimal): -1406004 or 13405162. OLE color: 13405162.

HSL color Cylindrical-coordinate representation of color #EA8BCC: hue angle of 318.95º degrees, saturation: 0.69, 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 #EA8BCC is Cyan = 0, Magento = 0.41, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB234139204-
CMYK00.410.130.08
HSL318.95º69.34%73.14%-
HSV(B)318.95º40.6%91.76%-
XYZ54.0640.3262.06-
YUV174.81144.47170.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.55%
GREEN value IS 139 (54.69% from 255) = 24.09%
BLUE value IS 204 (80.08% from 255) = 35.36%
R=40.55%
G=24.09%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413920400.410.130.08318.9569.3473.14
HexEA8BCC029D813f4549
Octal3522133140511510477105111
Binary11101010100010111100110001010011101100010011111110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BCC; }

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

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

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

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

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

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

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

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