#EA6F7D

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

Shades of Froly #EA6F7D

Tints of Froly #EA6F7D

Color information

#EA6F7D (or 0xEA6F7D) is unknown color: approx Froly. HEX triplet: EA, 6F and 7D. RGB value is (234,111,125). Sum of RGB (Red+Green+Blue) = 234+111+125=470 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.79% from 470); Green value is 111 (43.75% from 255 or 23.62% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6F7D is #159082. Grayscale: #959595. Windows color (decimal): -1413251 or 8220650. OLE color: 8220650.

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

Color convert

RGB234111125-
CMYK00.530.470.08
HSL353.17º74.55%67.65%-
HSV(B)353.17º52.56%91.76%-
XYZ43.3230.3422.98-
YUV149.37114.25188.36-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.79%
GREEN value IS 111 (43.75% from 255) = 23.62%
BLUE value IS 125 (49.22% from 255) = 26.60%
R=49.79%
G=23.62%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.47
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411112500.530.470.08353.1774.5567.65
HexEA6F7D0352F81614b44
Octal3521571750655710541113104
Binary11101010110111111111010110101101111100010110000110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6F7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6F7D; }

 p { color: rgb(234,111,125); }

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

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

 a { background-color: rgb(234,111,125); }

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

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

 span { border-color: rgb(234,111,125); }

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