Html Css Color HEX #E07981 Froly

📋 copy color: '#E07981'

red 224 ◦ green 121 ◦ blue 129

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

Shades of Froly #E07981

Tints of Froly #E07981

RGB

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

 GREEN value IS 121 (47.66% from 255) = 25.53%

 BLUE value IS 129 (50.78% from 255) = 27.22%

R = 47.26%
G = 25.53%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E07981 (or 0xE07981) is known color: Froly. HEX triplet: E0, 79 and 81. RGB value is (224,121,129). Sum of RGB (Red+Green+Blue) = 224+121+129=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 121 (47.66% from 255 or 25.53% from 474); Blue value is 129 (50.78% from 255 or 27.22% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E07981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07981 is #1F867E. Grayscale: #989898. Windows color (decimal): -2066047 or 8485344. OLE color: 8485344.

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

Color convert

RGB 224 121 129 -
CMYK 0 0.46 0.42 0.12
HSL 355.34º 0.62% 0.68% -
HSV(B) 355.34º 0.46% 0.88% -
XYZ 41.54 31.11 24.58 -
YUV 152.71 114.62 178.85 -
System Red Green Blue C M Y K H S L
Decimal 224 121 129 0 0.46 0.42 0.12 355.34 0.62 0.68
Hex E0 79 81 0 2E 2A C 163 3E 44
Octal 340 171 201 0 56 52 14 543 76 104
Binary 11100000 1111001 10000001 0 101110 101010 1100 101100011 111110 1000100

Color Harmonies of #E07981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07981

Black with #E07981

Text Example


Text Example

White with #E07981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07981; }

 p { color: rgb(224,121,129); }

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

background-color css

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

 a { background-color: rgb(224,121,129); }

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

border-color css

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

 span { border-color: rgb(224,121,129); }

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