#EA8BC3

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

Shades of Tea Rose #EA8BC3

Tints of Tea Rose #EA8BC3

Color information

#EA8BC3 (or 0xEA8BC3) is unknown color: approx Tea Rose. HEX triplet: EA, 8B and C3. RGB value is (234,139,195). Sum of RGB (Red+Green+Blue) = 234+139+195=568 (75% of max value = 765). Red value is 234 (91.80% from 255 or 41.20% from 568); Green value is 139 (54.69% from 255 or 24.47% from 568); Blue value is 195 (76.56% from 255 or 34.33% from 568); Max value from RGB is 234 - color contains mainly: red. Hex color #EA8BC3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA8BC3 is #15743C. Grayscale: #ADADAD. Windows color (decimal): -1406013 or 12815338. OLE color: 12815338.

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

Color convert

RGB234139195-
CMYK00.410.170.08
HSL324.63º69.34%73.14%-
HSV(B)324.63º40.6%91.76%-
XYZ53.0139.956.54-
YUV173.79139.97170.95-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.20%
GREEN value IS 139 (54.69% from 255) = 24.47%
BLUE value IS 195 (76.56% from 255) = 34.33%
R=41.20%
G=24.47%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.17
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413919500.410.170.08324.6369.3473.14
HexEA8BC30291181454549
Octal3522133030512110505105111
Binary111010101000101111000011010100110001100010100010110001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA8BC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA8BC3; }

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

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

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

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

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

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

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

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