Html Css Color HEX #E76272 Froly

📋 copy color: '#E76272'

red 231 ◦ green 98 ◦ blue 114

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

Shades of Froly #E76272

Tints of Froly #E76272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.73%

R = 52.14%
G = 22.12%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.51

 K value IS 0.09

RGB Variations

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

Color information

#E76272 (or 0xE76272) is known color: Froly. HEX triplet: E7, 62 and 72. RGB value is (231,98,114). Sum of RGB (Red+Green+Blue) = 231+98+114=443 (58% of max value = 765). Red value is 231 (90.62% from 255 or 52.14% from 443); Green value is 98 (38.67% from 255 or 22.12% from 443); Blue value is 114 (44.92% from 255 or 25.73% from 443); Max value from RGB is 231 - color contains mainly: red. Hex color #E76272 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76272 is #189D8D. Grayscale: #8B8B8B. Windows color (decimal): -1613198 or 7496423. OLE color: 7496423.

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

Color convert

RGB 231 98 114 -
CMYK 0 0.58 0.51 0.09
HSL 352.78º 0.73% 0.65% -
HSV(B) 352.78º 0.58% 0.91% -
XYZ 40.36 26.94 18.99 -
YUV 139.59 113.56 193.2 -
System Red Green Blue C M Y K H S L
Decimal 231 98 114 0 0.58 0.51 0.09 352.78 0.73 0.65
Hex E7 62 72 0 3A 33 9 161 49 41
Octal 347 142 162 0 72 63 11 541 111 101
Binary 11100111 1100010 1110010 0 111010 110011 1001 101100001 1001001 1000001

Color Harmonies of #E76272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76272

Black with #E76272

Text Example


Text Example

White with #E76272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76272; }

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

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

background-color css

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

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

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

border-color css

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

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

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