#EA88C1

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

Shades of Tea Rose #EA88C1

Tints of Tea Rose #EA88C1

Color information

#EA88C1 (or 0xEA88C1) is unknown color: approx Tea Rose. HEX triplet: EA, 88 and C1. RGB value is (234,136,193). Sum of RGB (Red+Green+Blue) = 234+136+193=563 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.56% from 563); Green value is 136 (53.52% from 255 or 24.16% from 563); Blue value is 193 (75.78% from 255 or 34.28% from 563); Max value from RGB is 234 - color contains mainly: red. Hex color #EA88C1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA88C1 is #15773E. Grayscale: #ABABAB. Windows color (decimal): -1406783 or 12683498. OLE color: 12683498.

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

Color convert

RGB234136193-
CMYK00.420.180.08
HSL325.1º70%72.55%-
HSV(B)325.1º41.88%91.76%-
XYZ52.3638.9555.21-
YUV171.8139.97172.37-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.56%
GREEN value IS 136 (53.52% from 255) = 24.16%
BLUE value IS 193 (75.78% from 255) = 34.28%
R=41.56%
G=24.16%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.18
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413619300.420.180.08325.17072.55
HexEA88C102A1281454649
Octal3522103010522210505106111
Binary111010101000100011000001010101010010100010100010110001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA88C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA88C1; }

 p { color: rgb(234,136,193); }

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

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

 a { background-color: rgb(234,136,193); }

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

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

 span { border-color: rgb(234,136,193); }

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