Html Css Color HEX #E5606B Froly

📋 copy color: '#E5606B'

red 229 ◦ green 96 ◦ blue 107

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

Shades of Froly #E5606B

Tints of Froly #E5606B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.77%

R = 53.01%
G = 22.22%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.10

RGB Variations

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

Color information

#E5606B (or 0xE5606B) is known color: Froly. HEX triplet: E5, 60 and 6B. RGB value is (229,96,107). Sum of RGB (Red+Green+Blue) = 229+96+107=432 (57% of max value = 765). Red value is 229 (89.84% from 255 or 53.01% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 107 (42.19% from 255 or 24.77% from 432); Max value from RGB is 229 - color contains mainly: red. Hex color #E5606B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5606B is #1A9F94. Grayscale: #898989. Windows color (decimal): -1744789 or 7037157. OLE color: 7037157.

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

Color convert

RGB 229 96 107 -
CMYK 0 0.58 0.53 0.10
HSL 355.04º 0.72% 0.64% -
HSV(B) 355.04º 0.58% 0.9% -
XYZ 39.15 26.09 16.88 -
YUV 137.02 111.06 193.61 -
System Red Green Blue C M Y K H S L
Decimal 229 96 107 0 0.58 0.53 0.10 355.04 0.72 0.64
Hex E5 60 6B 0 3A 35 A 163 48 40
Octal 345 140 153 0 72 65 12 543 110 100
Binary 11100101 1100000 1101011 0 111010 110101 1010 101100011 1001000 1000000

Color Harmonies of #E5606B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5606B

Black with #E5606B

Text Example


Text Example

White with #E5606B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5606B; }

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

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

background-color css

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

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

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

border-color css

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

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

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