#EA6F7E

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

Shades of Froly #EA6F7E

Tints of Froly #EA6F7E

Color information

#EA6F7E (or 0xEA6F7E) is unknown color: approx Froly. HEX triplet: EA, 6F and 7E. RGB value is (234,111,126). Sum of RGB (Red+Green+Blue) = 234+111+126=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 126 (49.61% from 255 or 26.75% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6F7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6F7E is #159081. Grayscale: #959595. Windows color (decimal): -1413250 or 8286186. OLE color: 8286186.

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

Color convert

RGB234111126-
CMYK00.530.460.08
HSL352.68º74.55%67.65%-
HSV(B)352.68º52.56%91.76%-
XYZ43.3830.3723.31-
YUV149.49114.75188.28-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 111 (43.75% from 255) = 23.57%
BLUE value IS 126 (49.61% from 255) = 26.75%
R=49.68%
G=23.57%
B=26.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.46
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23411112600.530.460.08352.6874.5567.65
HexEA6F7E0352E81614b44
Octal3521571760655610541113104
Binary11101010110111111111100110101101110100010110000110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6F7E; }

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

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

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

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

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

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

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

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