Html Css Color HEX #E76265 Froly

📋 copy color: '#E76265'

red 231 ◦ green 98 ◦ blue 101

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

Shades of Froly #E76265

Tints of Froly #E76265

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 23.49%

R = 53.72%
G = 22.79%
B = 23.49%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.56

 K value IS 0.09

RGB Variations

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

Color information

#E76265 (or 0xE76265) is known color: Froly. HEX triplet: E7, 62 and 65. RGB value is (231,98,101). Sum of RGB (Red+Green+Blue) = 231+98+101=430 (56% of max value = 765). Red value is 231 (90.62% from 255 or 53.72% from 430); Green value is 98 (38.67% from 255 or 22.79% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 231 - color contains mainly: red. Hex color #E76265 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E76265 is #189D9A. Grayscale: #8A8A8A. Windows color (decimal): -1613211 or 6644455. OLE color: 6644455.

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

Color convert

RGB 231 98 101 -
CMYK 0 0.58 0.56 0.09
HSL 358.65º 0.73% 0.65% -
HSV(B) 358.65º 0.58% 0.91% -
XYZ 39.67 26.66 15.37 -
YUV 138.11 107.06 194.26 -
System Red Green Blue C M Y K H S L
Decimal 231 98 101 0 0.58 0.56 0.09 358.65 0.73 0.65
Hex E7 62 65 0 3A 38 9 167 49 41
Octal 347 142 145 0 72 70 11 547 111 101
Binary 11100111 1100010 1100101 0 111010 111000 1001 101100111 1001001 1000001

Color Harmonies of #E76265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E76265

Black with #E76265

Text Example


Text Example

White with #E76265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E76265; }

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

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

background-color css

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

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

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

border-color css

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

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

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