#EA83CE

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

Shades of Tea Rose #EA83CE

Tints of Tea Rose #EA83CE

Color information

#EA83CE (or 0xEA83CE) is unknown color: approx Tea Rose. HEX triplet: EA, 83 and CE. RGB value is (234,131,206). Sum of RGB (Red+Green+Blue) = 234+131+206=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 131 (51.56% from 255 or 22.94% from 571); Blue value is 206 (80.86% from 255 or 36.08% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EA83CE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA83CE is #157C31. Grayscale: #AAAAAA. Windows color (decimal): -1408050 or 13534186. OLE color: 13534186.

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

Color convert

RGB234131206-
CMYK00.440.120.08
HSL316.31º71.03%71.57%-
HSV(B)316.31º44.02%91.76%-
XYZ53.1938.1862.96-
YUV170.35148.12173.4-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 131 (51.56% from 255) = 22.94%
BLUE value IS 206 (80.86% from 255) = 36.08%
R=40.98%
G=22.94%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23413120600.440.120.08316.3171.0371.57
HexEA83CE02CC813c4748
Octal3522033160541410474107110
Binary11101010100000111100111001011001100100010011110010001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA83CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA83CE; }

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

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

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

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

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

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

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

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