Html Css Color HEX #E26065 Froly

📋 copy color: '#E26065'

red 226 ◦ green 96 ◦ blue 101

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

Shades of Froly #E26065

Tints of Froly #E26065

RGB

 RED value IS 226 (88.67% from 255) = 53.43%

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

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

R = 53.43%
G = 22.7%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E26065 (or 0xE26065) is known color: Froly. HEX triplet: E2, 60 and 65. RGB value is (226,96,101). Sum of RGB (Red+Green+Blue) = 226+96+101=423 (56% of max value = 765). Red value is 226 (88.67% from 255 or 53.43% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 101 (39.84% from 255 or 23.88% from 423); Max value from RGB is 226 - color contains mainly: red. Hex color #E26065 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26065 is #1D9F9A. Grayscale: #878787. Windows color (decimal): -1941403 or 6643938. OLE color: 6643938.

HSL color Cylindrical-coordinate representation of color #E26065: hue angle of 357.69º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #E26065 is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 96 101 -
CMYK 0 0.58 0.55 0.11
HSL 357.69º 0.69% 0.63% -
HSV(B) 357.69º 0.58% 0.89% -
XYZ 37.9 25.47 15.23 -
YUV 135.44 108.57 192.59 -
System Red Green Blue C M Y K H S L
Decimal 226 96 101 0 0.58 0.55 0.11 357.69 0.69 0.63
Hex E2 60 65 0 3A 37 B 166 45 3F
Octal 342 140 145 0 72 67 13 546 105 77
Binary 11100010 1100000 1100101 0 111010 110111 1011 101100110 1000101 111111

Color Harmonies of #E26065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26065

Black with #E26065

Text Example


Text Example

White with #E26065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26065; }

 p { color: rgb(226,96,101); }

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

background-color css

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

 a { background-color: rgb(226,96,101); }

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

border-color css

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

 span { border-color: rgb(226,96,101); }

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