Html Css Color HEX #E07A7C Froly

📋 copy color: '#E07A7C'

red 224 ◦ green 122 ◦ blue 124

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

Shades of Froly #E07A7C

Tints of Froly #E07A7C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.96%

 BLUE value IS 124 (48.83% from 255) = 26.38%

R = 47.66%
G = 25.96%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E07A7C (or 0xE07A7C) is known color: Froly. HEX triplet: E0, 7A and 7C. RGB value is (224,122,124). Sum of RGB (Red+Green+Blue) = 224+122+124=470 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.66% from 470); Green value is 122 (48.05% from 255 or 25.96% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 224 - color contains mainly: red. Hex color #E07A7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07A7C is #1F8583. Grayscale: #989898. Windows color (decimal): -2065796 or 8157920. OLE color: 8157920.

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

Color convert

RGB 224 122 124 -
CMYK 0 0.46 0.45 0.12
HSL 358.82º 0.62% 0.68% -
HSV(B) 358.82º 0.46% 0.88% -
XYZ 41.34 31.22 22.92 -
YUV 152.73 111.79 178.84 -
System Red Green Blue C M Y K H S L
Decimal 224 122 124 0 0.46 0.45 0.12 358.82 0.62 0.68
Hex E0 7A 7C 0 2E 2D C 167 3E 44
Octal 340 172 174 0 56 55 14 547 76 104
Binary 11100000 1111010 1111100 0 101110 101101 1100 101100111 111110 1000100

Color Harmonies of #E07A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07A7C

Black with #E07A7C

Text Example


Text Example

White with #E07A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07A7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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