Html Css Color HEX #E2727C Froly

📋 copy color: '#E2727C'

red 226 ◦ green 114 ◦ blue 124

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

Shades of Froly #E2727C

Tints of Froly #E2727C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.72%

R = 48.71%
G = 24.57%
B = 26.72%

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

#E2727C (or 0xE2727C) is known color: Froly. HEX triplet: E2, 72 and 7C. RGB value is (226,114,124). Sum of RGB (Red+Green+Blue) = 226+114+124=464 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.71% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 124 (48.83% from 255 or 26.72% from 464); Max value from RGB is 226 - color contains mainly: red. Hex color #E2727C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #E2727C is #1D8D83. Grayscale: #949494. Windows color (decimal): -1936772 or 8155874. OLE color: 8155874.

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

Color convert

RGB 226 114 124 -
CMYK 0 0.50 0.45 0.11
HSL 354.64º 0.66% 0.67% -
HSV(B) 354.64º 0.5% 0.89% -
XYZ 41.02 29.66 22.63 -
YUV 148.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 226 114 124 0 0.50 0.45 0.11 354.64 0.66 0.67
Hex E2 72 7C 0 32 2D B 163 42 43
Octal 342 162 174 0 62 55 13 543 102 103
Binary 11100010 1110010 1111100 0 110010 101101 1011 101100011 1000010 1000011

Color Harmonies of #E2727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2727C

Black with #E2727C

Text Example


Text Example

White with #E2727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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