#EA83C8

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

Shades of Tea Rose #EA83C8

Tints of Tea Rose #EA83C8

Color information

#EA83C8 (or 0xEA83C8) is unknown color: approx Tea Rose. HEX triplet: EA, 83 and C8. RGB value is (234,131,200). Sum of RGB (Red+Green+Blue) = 234+131+200=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 131 (51.56% from 255 or 23.19% from 565); Blue value is 200 (78.52% from 255 or 35.40% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83C8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83C8 is #157C37. Grayscale: #A9A9A9. Windows color (decimal): -1408056 or 13140970. OLE color: 13140970.

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

Color convert

RGB234131200-
CMYK00.440.150.08
HSL319.81º71.03%71.57%-
HSV(B)319.81º44.02%91.76%-
XYZ52.4737.959.19-
YUV169.66145.12173.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 131 (51.56% from 255) = 23.19%
BLUE value IS 200 (78.52% from 255) = 35.40%
R=41.42%
G=23.19%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.15
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413120000.440.150.08319.8171.0371.57
HexEA83C802CF81404748
Octal3522033100541710500107110
Binary11101010100000111100100001011001111100010100000010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA83C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA83C8; }

 p { color: rgb(234,131,200); }

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

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

 a { background-color: rgb(234,131,200); }

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

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

 span { border-color: rgb(234,131,200); }

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