Html Css Color HEX #E0707D Froly

📋 copy color: '#E0707D'

red 224 ◦ green 112 ◦ blue 125

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

Shades of Froly #E0707D

Tints of Froly #E0707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.11%

R = 48.59%
G = 24.3%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.12

RGB Variations

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

Color information

#E0707D (or 0xE0707D) is known color: Froly. HEX triplet: E0, 70 and 7D. RGB value is (224,112,125). Sum of RGB (Red+Green+Blue) = 224+112+125=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0707D is #1F8F82. Grayscale: #939393. Windows color (decimal): -2068355 or 8220896. OLE color: 8220896.

HSL color Cylindrical-coordinate representation of color #E0707D: hue angle of 353.04º 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 #E0707D is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 112 125 -
CMYK 0 0.50 0.44 0.12
HSL 353.04º 0.64% 0.66% -
HSV(B) 353.04º 0.5% 0.88% -
XYZ 40.24 28.92 22.86 -
YUV 146.97 115.61 182.94 -
System Red Green Blue C M Y K H S L
Decimal 224 112 125 0 0.50 0.44 0.12 353.04 0.64 0.66
Hex E0 70 7D 0 32 2C C 161 40 42
Octal 340 160 175 0 62 54 14 541 100 102
Binary 11100000 1110000 1111101 0 110010 101100 1100 101100001 1000000 1000010

Color Harmonies of #E0707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0707D

Black with #E0707D

Text Example


Text Example

White with #E0707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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