Html Css Color HEX #E76D7E Froly

📋 copy color: '#E76D7E'

red 231 ◦ green 109 ◦ blue 126

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

Shades of Froly #E76D7E

Tints of Froly #E76D7E

RGB

 RED value IS 231 (90.63% from 255) = 49.57%

 GREEN value IS 109 (42.97% from 255) = 23.39%

 BLUE value IS 126 (49.61% from 255) = 27.04%

R = 49.57%
G = 23.39%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E76D7E (or 0xE76D7E) is known color: Froly. HEX triplet: E7, 6D and 7E. RGB value is (231,109,126). Sum of RGB (Red+Green+Blue) = 231+109+126=466 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.57% from 466); Green value is 109 (42.97% from 255 or 23.39% from 466); Blue value is 126 (49.61% from 255 or 27.04% from 466); Max value from RGB is 231 - color contains mainly: red. Hex color #E76D7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76D7E is #189281. Grayscale: #939393. Windows color (decimal): -1610370 or 8285671. OLE color: 8285671.

HSL color Cylindrical-coordinate representation of color #E76D7E: hue angle of 351.64º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E76D7E is Cyan = 0, Magento = 0.53, Yellow = 0.45 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 109 126 -
CMYK 0 0.53 0.45 0.09
HSL 351.64º 0.72% 0.67% -
HSV(B) 351.64º 0.53% 0.91% -
XYZ 42.19 29.43 23.2 -
YUV 147.42 115.92 187.62 -
System Red Green Blue C M Y K H S L
Decimal 231 109 126 0 0.53 0.45 0.09 351.64 0.72 0.67
Hex E7 6D 7E 0 35 2D 9 160 48 43
Octal 347 155 176 0 65 55 11 540 110 103
Binary 11100111 1101101 1111110 0 110101 101101 1001 101100000 1001000 1000011

Color Harmonies of #E76D7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76D7E

Black with #E76D7E

Text Example


Text Example

White with #E76D7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76D7E; }

 p { color: rgb(231,109,126); }

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

background-color css

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

 a { background-color: rgb(231,109,126); }

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

border-color css

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

 span { border-color: rgb(231,109,126); }

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