Html Css Color HEX #E0727F Froly

📋 copy color: '#E0727F'

red 224 ◦ green 114 ◦ blue 127

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

Shades of Froly #E0727F

Tints of Froly #E0727F

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.52%

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

R = 48.17%
G = 24.52%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.43

 K value IS 0.12

RGB Variations

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

Color information

#E0727F (or 0xE0727F) is known color: Froly. HEX triplet: E0, 72 and 7F. RGB value is (224,114,127). Sum of RGB (Red+Green+Blue) = 224+114+127=465 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.17% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 127 (50% from 255 or 27.31% from 465); Max value from RGB is 224 - color contains mainly: red. Hex color #E0727F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0727F is #1F8D80. Grayscale: #949494. Windows color (decimal): -2067841 or 8352480. OLE color: 8352480.

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

Color convert

RGB 224 114 127 -
CMYK 0 0.49 0.43 0.12
HSL 352.91º 0.64% 0.66% -
HSV(B) 352.91º 0.49% 0.88% -
XYZ 40.59 29.41 23.62 -
YUV 148.37 115.94 181.94 -
System Red Green Blue C M Y K H S L
Decimal 224 114 127 0 0.49 0.43 0.12 352.91 0.64 0.66
Hex E0 72 7F 0 31 2B C 161 40 42
Octal 340 162 177 0 61 53 14 541 100 102
Binary 11100000 1110010 1111111 0 110001 101011 1100 101100001 1000000 1000010

Color Harmonies of #E0727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0727F

Black with #E0727F

Text Example


Text Example

White with #E0727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0727F; }

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

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

background-color css

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

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

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

border-color css

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

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

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