Html Css Color HEX #E07F83 Froly

📋 copy color: '#E07F83'

red 224 ◦ green 127 ◦ blue 131

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

Shades of Froly #E07F83

Tints of Froly #E07F83

RGB

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

 GREEN value IS 127 (50% from 255) = 26.35%

 BLUE value IS 131 (51.56% from 255) = 27.18%

R = 46.47%
G = 26.35%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E07F83 (or 0xE07F83) is known color: Froly. HEX triplet: E0, 7F and 83. RGB value is (224,127,131). Sum of RGB (Red+Green+Blue) = 224+127+131=482 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.47% from 482); Green value is 127 (50% from 255 or 26.35% from 482); Blue value is 131 (51.56% from 255 or 27.18% from 482); Max value from RGB is 224 - color contains mainly: red. Hex color #E07F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07F83 is #1F807C. Grayscale: #9C9C9C. Windows color (decimal): -2064509 or 8617952. OLE color: 8617952.

HSL color Cylindrical-coordinate representation of color #E07F83: hue angle of 357.53º degrees, saturation: 0.61, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #E07F83 is Cyan = 0, Magento = 0.43, Yellow = 0.42 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 127 131 -
CMYK 0 0.43 0.42 0.12
HSL 357.53º 0.61% 0.69% -
HSV(B) 357.53º 0.43% 0.88% -
XYZ 42.43 32.66 25.54 -
YUV 156.46 113.64 176.17 -
System Red Green Blue C M Y K H S L
Decimal 224 127 131 0 0.43 0.42 0.12 357.53 0.61 0.69
Hex E0 7F 83 0 2B 2A C 166 3D 45
Octal 340 177 203 0 53 52 14 546 75 105
Binary 11100000 1111111 10000011 0 101011 101010 1100 101100110 111101 1000101

Color Harmonies of #E07F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07F83

Black with #E07F83

Text Example


Text Example

White with #E07F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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