Html Css Color HEX #E76478 Froly

📋 copy color: '#E76478'

red 231 ◦ green 100 ◦ blue 120

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

Shades of Froly #E76478

Tints of Froly #E76478

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.17%

 BLUE value IS 120 (47.27% from 255) = 26.61%

R = 51.22%
G = 22.17%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E76478 (or 0xE76478) is known color: Froly. HEX triplet: E7, 64 and 78. RGB value is (231,100,120). Sum of RGB (Red+Green+Blue) = 231+100+120=451 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.22% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 231 - color contains mainly: red. Hex color #E76478 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76478 is #189B87. Grayscale: #8D8D8D. Windows color (decimal): -1612680 or 7890151. OLE color: 7890151.

HSL color Cylindrical-coordinate representation of color #E76478: hue angle of 350.84º degrees, saturation: 0.73, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E76478 is Cyan = 0, Magento = 0.57, Yellow = 0.48 and Black (K on CMYK) = 0.09.

Color convert

RGB 231 100 120 -
CMYK 0 0.57 0.48 0.09
HSL 350.84º 0.73% 0.65% -
HSV(B) 350.84º 0.57% 0.91% -
XYZ 40.9 27.46 20.91 -
YUV 141.45 115.9 191.87 -
System Red Green Blue C M Y K H S L
Decimal 231 100 120 0 0.57 0.48 0.09 350.84 0.73 0.65
Hex E7 64 78 0 39 30 9 15F 49 41
Octal 347 144 170 0 71 60 11 537 111 101
Binary 11100111 1100100 1111000 0 111001 110000 1001 101011111 1001001 1000001

Color Harmonies of #E76478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76478

Black with #E76478

Text Example


Text Example

White with #E76478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76478; }

 p { color: rgb(231,100,120); }

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

background-color css

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

 a { background-color: rgb(231,100,120); }

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

border-color css

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

 span { border-color: rgb(231,100,120); }

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