Html Css Color HEX #E5606E Froly

📋 copy color: '#E5606E'

red 229 ◦ green 96 ◦ blue 110

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

Shades of Froly #E5606E

Tints of Froly #E5606E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 25.29%

R = 52.64%
G = 22.07%
B = 25.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5606E (or 0xE5606E) is known color: Froly. HEX triplet: E5, 60 and 6E. RGB value is (229,96,110). Sum of RGB (Red+Green+Blue) = 229+96+110=435 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.64% from 435); Green value is 96 (37.89% from 255 or 22.07% from 435); Blue value is 110 (43.36% from 255 or 25.29% from 435); Max value from RGB is 229 - color contains mainly: red. Hex color #E5606E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5606E is #1A9F91. Grayscale: #898989. Windows color (decimal): -1744786 or 7233765. OLE color: 7233765.

HSL color Cylindrical-coordinate representation of color #E5606E: hue angle of 353.68º 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 #E5606E is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 96 110 -
CMYK 0 0.58 0.52 0.10
HSL 353.68º 0.72% 0.64% -
HSV(B) 353.68º 0.58% 0.9% -
XYZ 39.31 26.15 17.73 -
YUV 137.36 112.56 193.36 -
System Red Green Blue C M Y K H S L
Decimal 229 96 110 0 0.58 0.52 0.10 353.68 0.72 0.64
Hex E5 60 6E 0 3A 34 A 162 48 40
Octal 345 140 156 0 72 64 12 542 110 100
Binary 11100101 1100000 1101110 0 111010 110100 1010 101100010 1001000 1000000

Color Harmonies of #E5606E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5606E

Black with #E5606E

Text Example


Text Example

White with #E5606E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5606E; }

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

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

background-color css

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

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

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

border-color css

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

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

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