Html Css Color HEX #E07B7C Froly

📋 copy color: '#E07B7C'

red 224 ◦ green 123 ◦ blue 124

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

Shades of Froly #E07B7C

Tints of Froly #E07B7C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.11%

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

R = 47.56%
G = 26.11%
B = 26.33%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.45

 K value IS 0.12

RGB Variations

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

Color information

#E07B7C (or 0xE07B7C) is known color: Froly. HEX triplet: E0, 7B and 7C. RGB value is (224,123,124). Sum of RGB (Red+Green+Blue) = 224+123+124=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 123 (48.44% from 255 or 26.11% from 471); Blue value is 124 (48.83% from 255 or 26.33% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E07B7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E07B7C is #1F8483. Grayscale: #999999. Windows color (decimal): -2065540 or 8158176. OLE color: 8158176.

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

Color convert

RGB 224 123 124 -
CMYK 0 0.45 0.45 0.12
HSL 359.41º 0.62% 0.68% -
HSV(B) 359.41º 0.45% 0.88% -
XYZ 41.46 31.47 22.96 -
YUV 153.31 111.46 178.42 -
System Red Green Blue C M Y K H S L
Decimal 224 123 124 0 0.45 0.45 0.12 359.41 0.62 0.68
Hex E0 7B 7C 0 2D 2D C 167 3E 44
Octal 340 173 174 0 55 55 14 547 76 104
Binary 11100000 1111011 1111100 0 101101 101101 1100 101100111 111110 1000100

Color Harmonies of #E07B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E07B7C

Black with #E07B7C

Text Example


Text Example

White with #E07B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E07B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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