Html Css Color HEX #E0707F Froly

📋 copy color: '#E0707F'

red 224 ◦ green 112 ◦ blue 127

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

Shades of Froly #E0707F

Tints of Froly #E0707F

RGB

 RED value IS 224 (87.89% from 255) = 48.38%

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

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

R = 48.38%
G = 24.19%
B = 27.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0707F (or 0xE0707F) is known color: Froly. HEX triplet: E0, 70 and 7F. RGB value is (224,112,127). Sum of RGB (Red+Green+Blue) = 224+112+127=463 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.38% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 224 - color contains mainly: red. Hex color #E0707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0707F is #1F8F80. Grayscale: #939393. Windows color (decimal): -2068353 or 8351968. OLE color: 8351968.

HSL color Cylindrical-coordinate representation of color #E0707F: hue angle of 351.96º degrees, saturation: 0.64, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0707F is Cyan = 0, Magento = 0.50, Yellow = 0.43 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 112 127 -
CMYK 0 0.50 0.43 0.12
HSL 351.96º 0.64% 0.66% -
HSV(B) 351.96º 0.5% 0.88% -
XYZ 40.37 28.97 23.54 -
YUV 147.2 116.61 182.78 -
System Red Green Blue C M Y K H S L
Decimal 224 112 127 0 0.50 0.43 0.12 351.96 0.64 0.66
Hex E0 70 7F 0 32 2B C 160 40 42
Octal 340 160 177 0 62 53 14 540 100 102
Binary 11100000 1110000 1111111 0 110010 101011 1100 101100000 1000000 1000010

Color Harmonies of #E0707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0707F

Black with #E0707F

Text Example


Text Example

White with #E0707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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