#EA82CF

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

Shades of Tea Rose #EA82CF

Tints of Tea Rose #EA82CF

Color information

#EA82CF (or 0xEA82CF) is unknown color: approx Tea Rose. HEX triplet: EA, 82 and CF. RGB value is (234,130,207). Sum of RGB (Red+Green+Blue) = 234+130+207=571 (75% of max value = 765). Red value is 234 (91.80% from 255 or 40.98% from 571); Green value is 130 (51.17% from 255 or 22.77% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 234 - color contains mainly: red. Hex color #EA82CF is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA82CF is #157D30. Grayscale: #A9A9A9. Windows color (decimal): -1408305 or 13599466. OLE color: 13599466.

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

Color convert

RGB234130207-
CMYK00.440.120.08
HSL315.58º71.23%71.37%-
HSV(B)315.58º44.44%91.76%-
XYZ53.1837.9663.56-
YUV169.87148.96173.74-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 40.98%
GREEN value IS 130 (51.17% from 255) = 22.77%
BLUE value IS 207 (81.25% from 255) = 36.25%
R=40.98%
G=22.77%
B=36.25%

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
Decimal23413020700.440.120.08315.5871.2371.37
HexEA82CF02CC813c4747
Octal3522023170541410474107107
Binary11101010100000101100111101011001100100010011110010001111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA82CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA82CF; }

 p { color: rgb(234,130,207); }

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

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

 a { background-color: rgb(234,130,207); }

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

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

 span { border-color: rgb(234,130,207); }

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