#EA6268

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

Shades of Froly #EA6268

Tints of Froly #EA6268

Color information

#EA6268 (or 0xEA6268) is unknown color: approx Froly. HEX triplet: EA, 62 and 68. RGB value is (234,98,104). Sum of RGB (Red+Green+Blue) = 234+98+104=436 (57% of max value = 765). Red value is 234 (91.80% from 255 or 53.67% from 436); Green value is 98 (38.67% from 255 or 22.48% from 436); Blue value is 104 (41.02% from 255 or 23.85% from 436); Max value from RGB is 234 - color contains mainly: red. Hex color #EA6268 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA6268 is #159D97. Grayscale: #8B8B8B. Windows color (decimal): -1416600 or 6841066. OLE color: 6841066.

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

Color convert

RGB23498104-
CMYK00.580.560.08
HSL357.35º76.4%65.1%-
HSV(B)357.35º58.12%91.76%-
XYZ40.827.2316.2-
YUV139.35108.06195.51-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 53.67%
GREEN value IS 98 (38.67% from 255) = 22.48%
BLUE value IS 104 (41.02% from 255) = 23.85%
R=53.67%
G=22.48%
B=23.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349810400.580.560.08357.3576.465.1
HexEA626803A3881654c41
Octal3521421500727010545114101
Binary11101010110001011010000111010111000100010110010110011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA6268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA6268; }

 p { color: rgb(234,98,104); }

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

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

 a { background-color: rgb(234,98,104); }

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

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

 span { border-color: rgb(234,98,104); }

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