Html Css Color HEX #E07380 Froly

📋 copy color: '#E07380'

red 224 ◦ green 115 ◦ blue 128

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

Shades of Froly #E07380

Tints of Froly #E07380

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.63%

 BLUE value IS 128 (50.39% from 255) = 27.41%

R = 47.97%
G = 24.63%
B = 27.41%

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

#E07380 (or 0xE07380) is known color: Froly. HEX triplet: E0, 73 and 80. RGB value is (224,115,128). Sum of RGB (Red+Green+Blue) = 224+115+128=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 115 (45.31% from 255 or 24.63% from 467); Blue value is 128 (50.39% from 255 or 27.41% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E07380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07380 is #1F8C7F. Grayscale: #959595. Windows color (decimal): -2067584 or 8418272. OLE color: 8418272.

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

Color convert

RGB 224 115 128 -
CMYK 0 0.49 0.43 0.12
HSL 352.84º 0.64% 0.66% -
HSV(B) 352.84º 0.49% 0.88% -
XYZ 40.77 29.67 24 -
YUV 149.07 116.11 181.44 -
System Red Green Blue C M Y K H S L
Decimal 224 115 128 0 0.49 0.43 0.12 352.84 0.64 0.66
Hex E0 73 80 0 31 2B C 161 40 42
Octal 340 163 200 0 61 53 14 541 100 102
Binary 11100000 1110011 10000000 0 110001 101011 1100 101100001 1000000 1000010

Color Harmonies of #E07380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07380

Black with #E07380

Text Example


Text Example

White with #E07380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07380; }

 p { color: rgb(224,115,128); }

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

background-color css

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

 a { background-color: rgb(224,115,128); }

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

border-color css

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

 span { border-color: rgb(224,115,128); }

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