Html Css Color HEX #E76E7F Froly

📋 copy color: '#E76E7F'

red 231 ◦ green 110 ◦ blue 127

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

Shades of Froly #E76E7F

Tints of Froly #E76E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 27.14%

R = 49.36%
G = 23.5%
B = 27.14%

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

#E76E7F (or 0xE76E7F) is known color: Froly. HEX triplet: E7, 6E and 7F. RGB value is (231,110,127). Sum of RGB (Red+Green+Blue) = 231+110+127=468 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.36% from 468); Green value is 110 (43.36% from 255 or 23.50% from 468); Blue value is 127 (50% from 255 or 27.14% from 468); Max value from RGB is 231 - color contains mainly: red. Hex color #E76E7F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76E7F is #189180. Grayscale: #949494. Windows color (decimal): -1610113 or 8351463. OLE color: 8351463.

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

Color convert

RGB 231 110 127 -
CMYK 0 0.52 0.45 0.09
HSL 351.57º 0.72% 0.67% -
HSV(B) 351.57º 0.52% 0.91% -
XYZ 42.36 29.67 23.57 -
YUV 148.12 116.09 187.12 -
System Red Green Blue C M Y K H S L
Decimal 231 110 127 0 0.52 0.45 0.09 351.57 0.72 0.67
Hex E7 6E 7F 0 34 2D 9 160 48 43
Octal 347 156 177 0 64 55 11 540 110 103
Binary 11100111 1101110 1111111 0 110100 101101 1001 101100000 1001000 1000011

Color Harmonies of #E76E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76E7F

Black with #E76E7F

Text Example


Text Example

White with #E76E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76E7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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