Html Css Color HEX #E76B7E Froly

📋 copy color: '#E76B7E'

red 231 ◦ green 107 ◦ blue 126

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

Shades of Froly #E76B7E

Tints of Froly #E76B7E

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.06%

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

R = 49.78%
G = 23.06%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.45

 K value IS 0.09

RGB Variations

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

Color information

#E76B7E (or 0xE76B7E) is known color: Froly. HEX triplet: E7, 6B and 7E. RGB value is (231,107,126). Sum of RGB (Red+Green+Blue) = 231+107+126=464 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.78% from 464); Green value is 107 (42.19% from 255 or 23.06% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 231 - color contains mainly: red. Hex color #E76B7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76B7E is #189481. Grayscale: #929292. Windows color (decimal): -1610882 or 8285159. OLE color: 8285159.

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

Color convert

RGB 231 107 126 -
CMYK 0 0.54 0.45 0.09
HSL 350.81º 0.72% 0.66% -
HSV(B) 350.81º 0.54% 0.91% -
XYZ 41.98 29.01 23.13 -
YUV 146.24 116.58 188.46 -
System Red Green Blue C M Y K H S L
Decimal 231 107 126 0 0.54 0.45 0.09 350.81 0.72 0.66
Hex E7 6B 7E 0 36 2D 9 15F 48 42
Octal 347 153 176 0 66 55 11 537 110 102
Binary 11100111 1101011 1111110 0 110110 101101 1001 101011111 1001000 1000010

Color Harmonies of #E76B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76B7E

Black with #E76B7E

Text Example


Text Example

White with #E76B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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