Html Css Color HEX #E5606A Froly

📋 copy color: '#E5606A'

red 229 ◦ green 96 ◦ blue 106

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

Shades of Froly #E5606A

Tints of Froly #E5606A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 24.59%

R = 53.13%
G = 22.27%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.10

RGB Variations

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

Color information

#E5606A (or 0xE5606A) is known color: Froly. HEX triplet: E5, 60 and 6A. RGB value is (229,96,106). Sum of RGB (Red+Green+Blue) = 229+96+106=431 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.13% from 431); Green value is 96 (37.89% from 255 or 22.27% from 431); Blue value is 106 (41.80% from 255 or 24.59% from 431); Max value from RGB is 229 - color contains mainly: red. Hex color #E5606A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5606A is #1A9F95. Grayscale: #898989. Windows color (decimal): -1744790 or 6971621. OLE color: 6971621.

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

Color convert

RGB 229 96 106 -
CMYK 0 0.58 0.54 0.10
HSL 355.49º 0.72% 0.64% -
HSV(B) 355.49º 0.58% 0.9% -
XYZ 39.1 26.06 16.61 -
YUV 136.91 110.56 193.69 -
System Red Green Blue C M Y K H S L
Decimal 229 96 106 0 0.58 0.54 0.10 355.49 0.72 0.64
Hex E5 60 6A 0 3A 36 A 163 48 40
Octal 345 140 152 0 72 66 12 543 110 100
Binary 11100101 1100000 1101010 0 111010 110110 1010 101100011 1001000 1000000

Color Harmonies of #E5606A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5606A

Black with #E5606A

Text Example


Text Example

White with #E5606A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5606A; }

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

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

background-color css

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

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

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

border-color css

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

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

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