#EA617A

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

Shades of Froly #EA617A

Tints of Froly #EA617A

Color information

#EA617A (or 0xEA617A) is unknown color: approx Froly. HEX triplet: EA, 61 and 7A. RGB value is (234,97,122). Sum of RGB (Red+Green+Blue) = 234+97+122=453 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.66% from 453); Green value is 97 (38.28% from 255 or 21.41% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 234 - color contains mainly: red. Hex color #EA617A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA617A is #159E85. Grayscale: #8C8C8C. Windows color (decimal): -1416838 or 8020458. OLE color: 8020458.

HSL color Cylindrical-coordinate representation of color #EA617A: hue angle of 349.05º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #EA617A is Cyan = 0, Magento = 0.59, Yellow = 0.48 and Black (K on CMYK) = 0.08.

Color convert

RGB23497122-
CMYK00.590.480.08
HSL349.05º76.54%64.9%-
HSV(B)349.05º58.55%91.76%-
XYZ41.7227.4521.51-
YUV140.81117.39194.47-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 51.66%
GREEN value IS 97 (38.28% from 255) = 21.41%
BLUE value IS 122 (48.05% from 255) = 26.93%
R=51.66%
G=21.41%
B=26.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.48
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349712200.590.480.08349.0576.5464.9
HexEA617A03B30815d4d41
Octal3521411720736010535115101
Binary11101010110000111110100111011110000100010101110110011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA617A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA617A; }

 p { color: rgb(234,97,122); }

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

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

 a { background-color: rgb(234,97,122); }

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

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

 span { border-color: rgb(234,97,122); }

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