Html Css Color HEX #E2707D Froly

📋 copy color: '#E2707D'

red 226 ◦ green 112 ◦ blue 125

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

Shades of Froly #E2707D

Tints of Froly #E2707D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27%

R = 48.81%
G = 24.19%
B = 27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.45

 K value IS 0.11

RGB Variations

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

Color information

#E2707D (or 0xE2707D) is known color: Froly. HEX triplet: E2, 70 and 7D. RGB value is (226,112,125). Sum of RGB (Red+Green+Blue) = 226+112+125=463 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.81% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 125 (49.22% from 255 or 27.00% from 463); Max value from RGB is 226 - color contains mainly: red. Hex color #E2707D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2707D is #1D8F82. Grayscale: #939393. Windows color (decimal): -1937283 or 8220898. OLE color: 8220898.

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

Color convert

RGB 226 112 125 -
CMYK 0 0.50 0.45 0.11
HSL 353.16º 0.66% 0.66% -
HSV(B) 353.16º 0.5% 0.89% -
XYZ 40.86 29.24 22.89 -
YUV 147.57 115.27 183.94 -
System Red Green Blue C M Y K H S L
Decimal 226 112 125 0 0.50 0.45 0.11 353.16 0.66 0.66
Hex E2 70 7D 0 32 2D B 161 42 42
Octal 342 160 175 0 62 55 13 541 102 102
Binary 11100010 1110000 1111101 0 110010 101101 1011 101100001 1000010 1000010

Color Harmonies of #E2707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2707D

Black with #E2707D

Text Example


Text Example

White with #E2707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2707D; }

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

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

background-color css

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

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

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

border-color css

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

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

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