Html Css Color HEX #E26377 Froly

📋 copy color: '#E26377'

red 226 ◦ green 99 ◦ blue 119

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

Shades of Froly #E26377

Tints of Froly #E26377

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.3%

 BLUE value IS 119 (46.88% from 255) = 26.8%

R = 50.9%
G = 22.3%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E26377 (or 0xE26377) is known color: Froly. HEX triplet: E2, 63 and 77. RGB value is (226,99,119). Sum of RGB (Red+Green+Blue) = 226+99+119=444 (58% of max value = 765). Red value is 226 (88.67% from 255 or 50.90% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 119 (46.88% from 255 or 26.80% from 444); Max value from RGB is 226 - color contains mainly: red. Hex color #E26377 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26377 is #1D9C88. Grayscale: #8B8B8B. Windows color (decimal): -1940617 or 7824354. OLE color: 7824354.

HSL color Cylindrical-coordinate representation of color #E26377: hue angle of 350.55º degrees, saturation: 0.69, 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 #E26377 is Cyan = 0, Magento = 0.56, Yellow = 0.47 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 99 119 -
CMYK 0 0.56 0.47 0.11
HSL 350.55º 0.69% 0.64% -
HSV(B) 350.55º 0.56% 0.89% -
XYZ 39.16 26.42 20.49 -
YUV 139.25 116.58 189.87 -
System Red Green Blue C M Y K H S L
Decimal 226 99 119 0 0.56 0.47 0.11 350.55 0.69 0.64
Hex E2 63 77 0 38 2F B 15F 45 40
Octal 342 143 167 0 70 57 13 537 105 100
Binary 11100010 1100011 1110111 0 111000 101111 1011 101011111 1000101 1000000

Color Harmonies of #E26377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26377

Black with #E26377

Text Example


Text Example

White with #E26377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26377; }

 p { color: rgb(226,99,119); }

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

background-color css

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

 a { background-color: rgb(226,99,119); }

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

border-color css

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

 span { border-color: rgb(226,99,119); }

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