Html Css Color HEX #E56067 Froly

📋 copy color: '#E56067'

red 229 ◦ green 96 ◦ blue 103

#E56067
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Froly #E56067

Tints of Froly #E56067

RGB

 RED value IS 229 (89.84% from 255) = 53.5%

 GREEN value IS 96 (37.89% from 255) = 22.43%

 BLUE value IS 103 (40.63% from 255) = 24.07%

R = 53.5%
G = 22.43%
B = 24.07%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.10

RGB Variations

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

Color information

#E56067 (or 0xE56067) is known color: Froly. HEX triplet: E5, 60 and 67. RGB value is (229,96,103). Sum of RGB (Red+Green+Blue) = 229+96+103=428 (56% of max value = 765). Red value is 229 (89.84% from 255 or 53.50% from 428); Green value is 96 (37.89% from 255 or 22.43% from 428); Blue value is 103 (40.62% from 255 or 24.07% from 428); Max value from RGB is 229 - color contains mainly: red. Hex color #E56067 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E56067 is #1A9F98. Grayscale: #888888. Windows color (decimal): -1744793 or 6775013. OLE color: 6775013.

HSL color Cylindrical-coordinate representation of color #E56067: hue angle of 356.84º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E56067 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 96 103 -
CMYK 0 0.58 0.55 0.10
HSL 356.84º 0.72% 0.64% -
HSV(B) 356.84º 0.58% 0.9% -
XYZ 38.94 26 15.8 -
YUV 136.57 109.06 193.93 -
System Red Green Blue C M Y K H S L
Decimal 229 96 103 0 0.58 0.55 0.10 356.84 0.72 0.64
Hex E5 60 67 0 3A 37 A 165 48 40
Octal 345 140 147 0 72 67 12 545 110 100
Binary 11100101 1100000 1100111 0 111010 110111 1010 101100101 1001000 1000000

Color Harmonies of #E56067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E56067

Black with #E56067

Text Example


Text Example

White with #E56067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E56067; }

 p { color: rgb(229,96,103); }

 H1.HeaderClassName
 {
   color: #E56067;
 }
 .AnyTagClassName
 {
   color: #E56067;
 }
</style>

background-color css

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

 a { background-color: rgb(229,96,103); }

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

border-color css

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

 span { border-color: rgb(229,96,103); }

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