Html Css Color HEX #E76275 Froly

📋 copy color: '#E76275'

red 231 ◦ green 98 ◦ blue 117

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

Shades of Froly #E76275

Tints of Froly #E76275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.23%

R = 51.79%
G = 21.97%
B = 26.23%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.49

 K value IS 0.09

RGB Variations

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

Color information

#E76275 (or 0xE76275) is known color: Froly. HEX triplet: E7, 62 and 75. RGB value is (231,98,117). Sum of RGB (Red+Green+Blue) = 231+98+117=446 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.79% from 446); Green value is 98 (38.67% from 255 or 21.97% from 446); Blue value is 117 (46.09% from 255 or 26.23% from 446); Max value from RGB is 231 - color contains mainly: red. Hex color #E76275 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76275 is #189D8A. Grayscale: #8B8B8B. Windows color (decimal): -1613195 or 7693031. OLE color: 7693031.

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

Color convert

RGB 231 98 117 -
CMYK 0 0.58 0.49 0.09
HSL 351.43º 0.73% 0.65% -
HSV(B) 351.43º 0.58% 0.91% -
XYZ 40.53 27.01 19.91 -
YUV 139.93 115.06 192.96 -
System Red Green Blue C M Y K H S L
Decimal 231 98 117 0 0.58 0.49 0.09 351.43 0.73 0.65
Hex E7 62 75 0 3A 31 9 15F 49 41
Octal 347 142 165 0 72 61 11 537 111 101
Binary 11100111 1100010 1110101 0 111010 110001 1001 101011111 1001001 1000001

Color Harmonies of #E76275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76275

Black with #E76275

Text Example


Text Example

White with #E76275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76275; }

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

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

background-color css

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

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

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

border-color css

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

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

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