Html Css Color HEX #E76069 Froly

📋 copy color: '#E76069'

red 231 ◦ green 96 ◦ blue 105

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

Shades of Froly #E76069

Tints of Froly #E76069

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 24.31%

R = 53.47%
G = 22.22%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#E76069 (or 0xE76069) is known color: Froly. HEX triplet: E7, 60 and 69. RGB value is (231,96,105). Sum of RGB (Red+Green+Blue) = 231+96+105=432 (57% of max value = 765). Red value is 231 (90.62% from 255 or 53.47% from 432); Green value is 96 (37.89% from 255 or 22.22% from 432); Blue value is 105 (41.41% from 255 or 24.31% from 432); Max value from RGB is 231 - color contains mainly: red. Hex color #E76069 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76069 is #189F96. Grayscale: #898989. Windows color (decimal): -1613719 or 6906087. OLE color: 6906087.

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

Color convert

RGB 231 96 105 -
CMYK 0 0.58 0.55 0.09
HSL 356º 0.74% 0.64% -
HSV(B) 356º 0.58% 0.91% -
XYZ 39.69 26.37 16.36 -
YUV 137.39 109.73 194.77 -
System Red Green Blue C M Y K H S L
Decimal 231 96 105 0 0.58 0.55 0.09 356 0.74 0.64
Hex E7 60 69 0 3A 37 9 164 4A 40
Octal 347 140 151 0 72 67 11 544 112 100
Binary 11100111 1100000 1101001 0 111010 110111 1001 101100100 1001010 1000000

Color Harmonies of #E76069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76069

Black with #E76069

Text Example


Text Example

White with #E76069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76069; }

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

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

background-color css

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

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

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

border-color css

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

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

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