Html Css Color HEX #E2707E Froly

📋 copy color: '#E2707E'

red 226 ◦ green 112 ◦ blue 126

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

Shades of Froly #E2707E

Tints of Froly #E2707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.14%

 BLUE value IS 126 (49.61% from 255) = 27.16%

R = 48.71%
G = 24.14%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.44

 K value IS 0.11

RGB Variations

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

Color information

#E2707E (or 0xE2707E) is known color: Froly. HEX triplet: E2, 70 and 7E. RGB value is (226,112,126). Sum of RGB (Red+Green+Blue) = 226+112+126=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 126 (49.61% from 255 or 27.16% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2707E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2707E is #1D8F81. Grayscale: #939393. Windows color (decimal): -1937282 or 8286434. OLE color: 8286434.

HSL color Cylindrical-coordinate representation of color #E2707E: hue angle of 352.63º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2707E is Cyan = 0, Magento = 0.50, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 112 126 -
CMYK 0 0.50 0.44 0.11
HSL 352.63º 0.66% 0.66% -
HSV(B) 352.63º 0.5% 0.89% -
XYZ 40.92 29.26 23.23 -
YUV 147.68 115.77 183.86 -
System Red Green Blue C M Y K H S L
Decimal 226 112 126 0 0.50 0.44 0.11 352.63 0.66 0.66
Hex E2 70 7E 0 32 2C B 161 42 42
Octal 342 160 176 0 62 54 13 541 102 102
Binary 11100010 1110000 1111110 0 110010 101100 1011 101100001 1000010 1000010

Color Harmonies of #E2707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2707E

Black with #E2707E

Text Example


Text Example

White with #E2707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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