Html Css Color HEX #E0727B Froly

📋 copy color: '#E0727B'

red 224 ◦ green 114 ◦ blue 123

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

Shades of Froly #E0727B

Tints of Froly #E0727B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.68%

R = 48.59%
G = 24.73%
B = 26.68%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E0727B (or 0xE0727B) is known color: Froly. HEX triplet: E0, 72 and 7B. RGB value is (224,114,123). Sum of RGB (Red+Green+Blue) = 224+114+123=461 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.59% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 123 (48.44% from 255 or 26.68% from 461); Max value from RGB is 224 - color contains mainly: red. Hex color #E0727B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0727B is #1F8D84. Grayscale: #939393. Windows color (decimal): -2067845 or 8090336. OLE color: 8090336.

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

Color convert

RGB 224 114 123 -
CMYK 0 0.49 0.45 0.12
HSL 355.09º 0.64% 0.66% -
HSV(B) 355.09º 0.49% 0.88% -
XYZ 40.33 29.31 22.27 -
YUV 147.92 113.94 182.27 -
System Red Green Blue C M Y K H S L
Decimal 224 114 123 0 0.49 0.45 0.12 355.09 0.64 0.66
Hex E0 72 7B 0 31 2D C 163 40 42
Octal 340 162 173 0 61 55 14 543 100 102
Binary 11100000 1110010 1111011 0 110001 101101 1100 101100011 1000000 1000010

Color Harmonies of #E0727B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0727B

Black with #E0727B

Text Example


Text Example

White with #E0727B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0727B; }

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

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

background-color css

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

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

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

border-color css

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

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

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