Html Css Color HEX #E76075 Froly

📋 copy color: '#E76075'

red 231 ◦ green 96 ◦ blue 117

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

Shades of Froly #E76075

Tints of Froly #E76075

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.62%

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

R = 52.03%
G = 21.62%
B = 26.35%

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

#E76075 (or 0xE76075) is known color: Froly. HEX triplet: E7, 60 and 75. RGB value is (231,96,117). Sum of RGB (Red+Green+Blue) = 231+96+117=444 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.03% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 117 (46.09% from 255 or 26.35% from 444); Max value from RGB is 231 - color contains mainly: red. Hex color #E76075 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76075 is #189F8A. Grayscale: #8A8A8A. Windows color (decimal): -1613707 or 7692519. OLE color: 7692519.

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

Color convert

RGB 231 96 117 -
CMYK 0 0.58 0.49 0.09
HSL 350.67º 0.74% 0.64% -
HSV(B) 350.67º 0.58% 0.91% -
XYZ 40.35 26.64 19.84 -
YUV 138.76 115.73 193.79 -
System Red Green Blue C M Y K H S L
Decimal 231 96 117 0 0.58 0.49 0.09 350.67 0.74 0.64
Hex E7 60 75 0 3A 31 9 15F 4A 40
Octal 347 140 165 0 72 61 11 537 112 100
Binary 11100111 1100000 1110101 0 111010 110001 1001 101011111 1001010 1000000

Color Harmonies of #E76075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76075

Black with #E76075

Text Example


Text Example

White with #E76075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76075; }

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

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

background-color css

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

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

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

border-color css

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

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

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