#EA7CCF

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

Shades of Tea Rose #EA7CCF

Tints of Tea Rose #EA7CCF

Color information

#EA7CCF (or 0xEA7CCF) is unknown color: approx Tea Rose. HEX triplet: EA, 7C and CF. RGB value is (234,124,207). Sum of RGB (Red+Green+Blue) = 234+124+207=565 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.42% from 565); Green value is 124 (48.83% from 255 or 21.95% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 234 - color contains mainly: red. Hex color #EA7CCF is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EA7CCF is #158330. Grayscale: #A6A6A6. Windows color (decimal): -1409841 or 13597930. OLE color: 13597930.

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

Color convert

RGB234124207-
CMYK00.470.120.08
HSL314.73º72.37%70.2%-
HSV(B)314.73º47.01%91.76%-
XYZ52.436.4163.3-
YUV166.35150.94176.25-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 41.42%
GREEN value IS 124 (48.83% from 255) = 21.95%
BLUE value IS 207 (81.25% from 255) = 36.64%
R=41.42%
G=21.95%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23412420700.470.120.08314.7372.3770.2
HexEA7CCF02FC813b4846
Octal3521743170571410473110106
Binary1110101011111001100111101011111100100010011101110010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA7CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA7CCF; }

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

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

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

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

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

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

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

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