Html Css Color HEX #E2727D Froly

📋 copy color: '#E2727D'

red 226 ◦ green 114 ◦ blue 125

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

Shades of Froly #E2727D

Tints of Froly #E2727D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.52%

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

R = 48.6%
G = 24.52%
B = 26.88%

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

#E2727D (or 0xE2727D) is known color: Froly. HEX triplet: E2, 72 and 7D. RGB value is (226,114,125). Sum of RGB (Red+Green+Blue) = 226+114+125=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 125 (49.22% from 255 or 26.88% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E2727D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2727D is #1D8D82. Grayscale: #949494. Windows color (decimal): -1936771 or 8221410. OLE color: 8221410.

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

Color convert

RGB 226 114 125 -
CMYK 0 0.50 0.45 0.11
HSL 354.11º 0.66% 0.67% -
HSV(B) 354.11º 0.5% 0.89% -
XYZ 41.08 29.68 22.97 -
YUV 148.74 114.61 183.11 -
System Red Green Blue C M Y K H S L
Decimal 226 114 125 0 0.50 0.45 0.11 354.11 0.66 0.67
Hex E2 72 7D 0 32 2D B 162 42 43
Octal 342 162 175 0 62 55 13 542 102 103
Binary 11100010 1110010 1111101 0 110010 101101 1011 101100010 1000010 1000011

Color Harmonies of #E2727D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2727D

Black with #E2727D

Text Example


Text Example

White with #E2727D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2727D; }

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

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

background-color css

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

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

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

border-color css

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

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

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