Html Css Color HEX #E26078 Froly

📋 copy color: '#E26078'

red 226 ◦ green 96 ◦ blue 120

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

Shades of Froly #E26078

Tints of Froly #E26078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 27.15%

R = 51.13%
G = 21.72%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.11

RGB Variations

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

Color information

#E26078 (or 0xE26078) is known color: Froly. HEX triplet: E2, 60 and 78. RGB value is (226,96,120). Sum of RGB (Red+Green+Blue) = 226+96+120=442 (58% of max value = 765). Red value is 226 (88.67% from 255 or 51.13% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 120 (47.27% from 255 or 27.15% from 442); Max value from RGB is 226 - color contains mainly: red. Hex color #E26078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E26078 is #1D9F87. Grayscale: #898989. Windows color (decimal): -1941384 or 7889122. OLE color: 7889122.

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

Color convert

RGB 226 96 120 -
CMYK 0 0.58 0.47 0.11
HSL 348.92º 0.69% 0.63% -
HSV(B) 348.92º 0.58% 0.89% -
XYZ 38.94 25.89 20.71 -
YUV 137.61 118.07 191.05 -
System Red Green Blue C M Y K H S L
Decimal 226 96 120 0 0.58 0.47 0.11 348.92 0.69 0.63
Hex E2 60 78 0 3A 2F B 15D 45 3F
Octal 342 140 170 0 72 57 13 535 105 77
Binary 11100010 1100000 1111000 0 111010 101111 1011 101011101 1000101 111111

Color Harmonies of #E26078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E26078

Black with #E26078

Text Example


Text Example

White with #E26078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E26078; }

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

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

background-color css

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

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

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

border-color css

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

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

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