Html Css Color HEX #E26465 Froly

📋 copy color: '#E26465'

red 226 ◦ green 100 ◦ blue 101

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

Shades of Froly #E26465

Tints of Froly #E26465

RGB

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

 GREEN value IS 100 (39.45% from 255) = 23.42%

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

R = 52.93%
G = 23.42%
B = 23.65%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#E26465 (or 0xE26465) is known color: Froly. HEX triplet: E2, 64 and 65. RGB value is (226,100,101). Sum of RGB (Red+Green+Blue) = 226+100+101=427 (56% of max value = 765). Red value is 226 (88.67% from 255 or 52.93% from 427); Green value is 100 (39.45% from 255 or 23.42% from 427); Blue value is 101 (39.84% from 255 or 23.65% from 427); Max value from RGB is 226 - color contains mainly: red. Hex color #E26465 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26465 is #1D9B9A. Grayscale: #898989. Windows color (decimal): -1940379 or 6644962. OLE color: 6644962.

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

Color convert

RGB 226 100 101 -
CMYK 0 0.56 0.55 0.11
HSL 359.52º 0.68% 0.64% -
HSV(B) 359.52º 0.56% 0.89% -
XYZ 38.27 26.22 15.36 -
YUV 137.79 107.24 190.92 -
System Red Green Blue C M Y K H S L
Decimal 226 100 101 0 0.56 0.55 0.11 359.52 0.68 0.64
Hex E2 64 65 0 38 37 B 168 44 40
Octal 342 144 145 0 70 67 13 550 104 100
Binary 11100010 1100100 1100101 0 111000 110111 1011 101101000 1000100 1000000

Color Harmonies of #E26465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26465

Black with #E26465

Text Example


Text Example

White with #E26465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26465; }

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

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

background-color css

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

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

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

border-color css

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

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

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