Html Css Color HEX #E76278 Froly

📋 copy color: '#E76278'

red 231 ◦ green 98 ◦ blue 120

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

Shades of Froly #E76278

Tints of Froly #E76278

RGB

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

 GREEN value IS 98 (38.67% from 255) = 21.83%

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

R = 51.45%
G = 21.83%
B = 26.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.09

RGB Variations

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

Color information

#E76278 (or 0xE76278) is known color: Froly. HEX triplet: E7, 62 and 78. RGB value is (231,98,120). Sum of RGB (Red+Green+Blue) = 231+98+120=449 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.45% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 120 (47.27% from 255 or 26.73% from 449); Max value from RGB is 231 - color contains mainly: red. Hex color #E76278 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76278 is #189D87. Grayscale: #8C8C8C. Windows color (decimal): -1613192 or 7889639. OLE color: 7889639.

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

Color convert

RGB 231 98 120 -
CMYK 0 0.58 0.48 0.09
HSL 350.08º 0.73% 0.65% -
HSV(B) 350.08º 0.58% 0.91% -
XYZ 40.71 27.08 20.85 -
YUV 140.28 116.56 192.71 -
System Red Green Blue C M Y K H S L
Decimal 231 98 120 0 0.58 0.48 0.09 350.08 0.73 0.65
Hex E7 62 78 0 3A 30 9 15E 49 41
Octal 347 142 170 0 72 60 11 536 111 101
Binary 11100111 1100010 1111000 0 111010 110000 1001 101011110 1001001 1000001

Color Harmonies of #E76278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76278

Black with #E76278

Text Example


Text Example

White with #E76278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76278; }

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

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

background-color css

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

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

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

border-color css

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

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

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