Html Css Color HEX #E0787A Froly

📋 copy color: '#E0787A'

red 224 ◦ green 120 ◦ blue 122

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

Shades of Froly #E0787A

Tints of Froly #E0787A

RGB

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

 GREEN value IS 120 (47.27% from 255) = 25.75%

 BLUE value IS 122 (48.05% from 255) = 26.18%

R = 48.07%
G = 25.75%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.46

 K value IS 0.12

RGB Variations

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

Color information

#E0787A (or 0xE0787A) is known color: Froly. HEX triplet: E0, 78 and 7A. RGB value is (224,120,122). Sum of RGB (Red+Green+Blue) = 224+120+122=466 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.07% from 466); Green value is 120 (47.27% from 255 or 25.75% from 466); Blue value is 122 (48.05% from 255 or 26.18% from 466); Max value from RGB is 224 - color contains mainly: red. Hex color #E0787A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E0787A is #1F8785. Grayscale: #979797. Windows color (decimal): -2066310 or 8026336. OLE color: 8026336.

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

Color convert

RGB 224 120 122 -
CMYK 0 0.46 0.46 0.12
HSL 358.85º 0.63% 0.67% -
HSV(B) 358.85º 0.46% 0.88% -
XYZ 40.97 30.69 22.18 -
YUV 151.32 111.46 179.84 -
System Red Green Blue C M Y K H S L
Decimal 224 120 122 0 0.46 0.46 0.12 358.85 0.63 0.67
Hex E0 78 7A 0 2E 2E C 167 3F 43
Octal 340 170 172 0 56 56 14 547 77 103
Binary 11100000 1111000 1111010 0 101110 101110 1100 101100111 111111 1000011

Color Harmonies of #E0787A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0787A

Black with #E0787A

Text Example


Text Example

White with #E0787A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0787A; }

 p { color: rgb(224,120,122); }

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

background-color css

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

 a { background-color: rgb(224,120,122); }

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

border-color css

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

 span { border-color: rgb(224,120,122); }

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