Html Css Color HEX #E26370 Froly

📋 copy color: '#E26370'

red 226 ◦ green 99 ◦ blue 112

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

Shades of Froly #E26370

Tints of Froly #E26370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25.63%

R = 51.72%
G = 22.65%
B = 25.63%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.50

 K value IS 0.11

RGB Variations

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

Color information

#E26370 (or 0xE26370) is known color: Froly. HEX triplet: E2, 63 and 70. RGB value is (226,99,112). Sum of RGB (Red+Green+Blue) = 226+99+112=437 (57% of max value = 765). Red value is 226 (88.67% from 255 or 51.72% from 437); Green value is 99 (39.06% from 255 or 22.65% from 437); Blue value is 112 (44.14% from 255 or 25.63% from 437); Max value from RGB is 226 - color contains mainly: red. Hex color #E26370 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26370 is #1D9C8F. Grayscale: #8A8A8A. Windows color (decimal): -1940624 or 7365602. OLE color: 7365602.

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

Color convert

RGB 226 99 112 -
CMYK 0 0.56 0.50 0.11
HSL 353.86º 0.69% 0.64% -
HSV(B) 353.86º 0.56% 0.89% -
XYZ 38.75 26.26 18.36 -
YUV 138.46 113.08 190.44 -
System Red Green Blue C M Y K H S L
Decimal 226 99 112 0 0.56 0.50 0.11 353.86 0.69 0.64
Hex E2 63 70 0 38 32 B 162 45 40
Octal 342 143 160 0 70 62 13 542 105 100
Binary 11100010 1100011 1110000 0 111000 110010 1011 101100010 1000101 1000000

Color Harmonies of #E26370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26370

Black with #E26370

Text Example


Text Example

White with #E26370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26370; }

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

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

background-color css

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

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

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

border-color css

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

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

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