Html Css Color HEX #E5626E Froly

📋 copy color: '#E5626E'

red 229 ◦ green 98 ◦ blue 110

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

Shades of Froly #E5626E

Tints of Froly #E5626E

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.43%

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

R = 52.4%
G = 22.43%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.52

 K value IS 0.10

RGB Variations

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

Color information

#E5626E (or 0xE5626E) is known color: Froly. HEX triplet: E5, 62 and 6E. RGB value is (229,98,110). Sum of RGB (Red+Green+Blue) = 229+98+110=437 (57% of max value = 765). Red value is 229 (89.84% from 255 or 52.40% from 437); Green value is 98 (38.67% from 255 or 22.43% from 437); Blue value is 110 (43.36% from 255 or 25.17% from 437); Max value from RGB is 229 - color contains mainly: red. Hex color #E5626E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5626E is #1A9D91. Grayscale: #8A8A8A. Windows color (decimal): -1744274 or 7234277. OLE color: 7234277.

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

Color convert

RGB 229 98 110 -
CMYK 0 0.57 0.52 0.10
HSL 354.5º 0.72% 0.64% -
HSV(B) 354.5º 0.57% 0.9% -
XYZ 39.5 26.52 17.79 -
YUV 138.54 111.9 192.52 -
System Red Green Blue C M Y K H S L
Decimal 229 98 110 0 0.57 0.52 0.10 354.5 0.72 0.64
Hex E5 62 6E 0 39 34 A 163 48 40
Octal 345 142 156 0 71 64 12 543 110 100
Binary 11100101 1100010 1101110 0 111001 110100 1010 101100011 1001000 1000000

Color Harmonies of #E5626E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5626E

Black with #E5626E

Text Example


Text Example

White with #E5626E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5626E; }

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

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

background-color css

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

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

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

border-color css

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

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

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