Html Css Color HEX #E5707F Froly

📋 copy color: '#E5707F'

red 229 ◦ green 112 ◦ blue 127

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

Shades of Froly #E5707F

Tints of Froly #E5707F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.93%

 BLUE value IS 127 (50% from 255) = 27.14%

R = 48.93%
G = 23.93%
B = 27.14%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.45

 K value IS 0.10

RGB Variations

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

Color information

#E5707F (or 0xE5707F) is known color: Froly. HEX triplet: E5, 70 and 7F. RGB value is (229,112,127). Sum of RGB (Red+Green+Blue) = 229+112+127=468 (61% of max value = 765). Red value is 229 (89.84% from 255 or 48.93% from 468); Green value is 112 (44.14% from 255 or 23.93% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 229 - color contains mainly: red. Hex color #E5707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E5707F is #1A8F80. Grayscale: #949494. Windows color (decimal): -1740673 or 8351973. OLE color: 8351973.

HSL color Cylindrical-coordinate representation of color #E5707F: hue angle of 352.31º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E5707F is Cyan = 0, Magento = 0.51, Yellow = 0.45 and Black (K on CMYK) = 0.10.

Color convert

RGB 229 112 127 -
CMYK 0 0.51 0.45 0.10
HSL 352.31º 0.69% 0.67% -
HSV(B) 352.31º 0.51% 0.9% -
XYZ 41.94 29.78 23.62 -
YUV 148.69 115.76 185.28 -
System Red Green Blue C M Y K H S L
Decimal 229 112 127 0 0.51 0.45 0.10 352.31 0.69 0.67
Hex E5 70 7F 0 33 2D A 160 45 43
Octal 345 160 177 0 63 55 12 540 105 103
Binary 11100101 1110000 1111111 0 110011 101101 1010 101100000 1000101 1000011

Color Harmonies of #E5707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E5707F

Black with #E5707F

Text Example


Text Example

White with #E5707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E5707F; }

 p { color: rgb(229,112,127); }

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

background-color css

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

 a { background-color: rgb(229,112,127); }

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

border-color css

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

 span { border-color: rgb(229,112,127); }

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