Html Css Color HEX #E07781 Froly

📋 copy color: '#E07781'

red 224 ◦ green 119 ◦ blue 129

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

Shades of Froly #E07781

Tints of Froly #E07781

RGB

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

 GREEN value IS 119 (46.88% from 255) = 25.21%

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

R = 47.46%
G = 25.21%
B = 27.33%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.42

 K value IS 0.12

RGB Variations

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

Color information

#E07781 (or 0xE07781) is known color: Froly. HEX triplet: E0, 77 and 81. RGB value is (224,119,129). Sum of RGB (Red+Green+Blue) = 224+119+129=472 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.46% from 472); Green value is 119 (46.88% from 255 or 25.21% from 472); Blue value is 129 (50.78% from 255 or 27.33% from 472); Max value from RGB is 224 - color contains mainly: red. Hex color #E07781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E07781 is #1F887E. Grayscale: #979797. Windows color (decimal): -2066559 or 8484832. OLE color: 8484832.

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

Color convert

RGB 224 119 129 -
CMYK 0 0.47 0.42 0.12
HSL 354.29º 0.63% 0.67% -
HSV(B) 354.29º 0.47% 0.88% -
XYZ 41.3 30.63 24.5 -
YUV 151.54 115.29 179.69 -
System Red Green Blue C M Y K H S L
Decimal 224 119 129 0 0.47 0.42 0.12 354.29 0.63 0.67
Hex E0 77 81 0 2F 2A C 162 3F 43
Octal 340 167 201 0 57 52 14 542 77 103
Binary 11100000 1110111 10000001 0 101111 101010 1100 101100010 111111 1000011

Color Harmonies of #E07781

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07781

Black with #E07781

Text Example


Text Example

White with #E07781

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07781; }

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

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

background-color css

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

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

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

border-color css

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

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

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