#EA5B67

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

Shades of Froly #EA5B67

Tints of Froly #EA5B67

Color information

#EA5B67 (or 0xEA5B67) is unknown color: approx Froly. HEX triplet: EA, 5B and 67. RGB value is (234,91,103). Sum of RGB (Red+Green+Blue) = 234+91+103=428 (56% of max value = 765). Red value is 234 (91.80% from 255 or 54.67% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5B67 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EA5B67 is #15A498. Grayscale: #878787. Windows color (decimal): -1418393 or 6773738. OLE color: 6773738.

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

Color convert

RGB23491103-
CMYK00.610.560.08
HSL354.97º77.3%63.73%-
HSV(B)354.97º61.11%91.76%-
XYZ40.1225.9515.73-
YUV135.12109.88198.52-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 54.67%
GREEN value IS 91 (35.94% from 255) = 21.26%
BLUE value IS 103 (40.62% from 255) = 24.07%
R=54.67%
G=21.26%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.56
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349110300.610.560.08354.9777.363.73
HexEA5B6703D3881634d40
Octal3521331470757010543115100
Binary11101010101101111001110111101111000100010110001110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5B67; }

 p { color: rgb(234,91,103); }

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

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

 a { background-color: rgb(234,91,103); }

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

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

 span { border-color: rgb(234,91,103); }

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