Html Css Color HEX #E76E7E Froly

📋 copy color: '#E76E7E'

red 231 ◦ green 110 ◦ blue 126

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

Shades of Froly #E76E7E

Tints of Froly #E76E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 23.55%

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

R = 49.46%
G = 23.55%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E76E7E (or 0xE76E7E) is known color: Froly. HEX triplet: E7, 6E and 7E. RGB value is (231,110,126). Sum of RGB (Red+Green+Blue) = 231+110+126=467 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.46% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 126 (49.61% from 255 or 26.98% from 467); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E7E is #189181. Grayscale: #949494. Windows color (decimal): -1610114 or 8285927. OLE color: 8285927.

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

Color convert

RGB 231 110 126 -
CMYK 0 0.52 0.45 0.09
HSL 352.07º 0.72% 0.67% -
HSV(B) 352.07º 0.52% 0.91% -
XYZ 42.3 29.65 23.23 -
YUV 148 115.59 187.2 -
System Red Green Blue C M Y K H S L
Decimal 231 110 126 0 0.52 0.45 0.09 352.07 0.72 0.67
Hex E7 6E 7E 0 34 2D 9 160 48 43
Octal 347 156 176 0 64 55 11 540 110 103
Binary 11100111 1101110 1111110 0 110100 101101 1001 101100000 1001000 1000011

Color Harmonies of #E76E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76E7E

Black with #E76E7E

Text Example


Text Example

White with #E76E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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