Html Css Color HEX #E9727E Froly

📋 copy color: '#E9727E'

red 233 ◦ green 114 ◦ blue 126

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

Shades of Froly #E9727E

Tints of Froly #E9727E

RGB

 RED value IS 233 (91.41% from 255) = 49.26%

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

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

R = 49.26%
G = 24.1%
B = 26.64%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.46

 K value IS 0.09

RGB Variations

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

Color information

#E9727E (or 0xE9727E) is known color: Froly. HEX triplet: E9, 72 and 7E. RGB value is (233,114,126). Sum of RGB (Red+Green+Blue) = 233+114+126=473 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.26% from 473); Green value is 114 (44.92% from 255 or 24.10% from 473); Blue value is 126 (49.61% from 255 or 26.64% from 473); Max value from RGB is 233 - color contains mainly: red. Hex color #E9727E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #E9727E is #168D81. Grayscale: #979797. Windows color (decimal): -1478018 or 8286953. OLE color: 8286953.

HSL color Cylindrical-coordinate representation of color #E9727E: hue angle of 353.95º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #E9727E is Cyan = 0, Magento = 0.51, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 114 126 -
CMYK 0 0.51 0.46 0.09
HSL 353.95º 0.73% 0.68% -
HSV(B) 353.95º 0.51% 0.91% -
XYZ 43.39 30.86 23.41 -
YUV 150.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 233 114 126 0 0.51 0.46 0.09 353.95 0.73 0.68
Hex E9 72 7E 0 33 2E 9 162 49 44
Octal 351 162 176 0 63 56 11 542 111 104
Binary 11101001 1110010 1111110 0 110011 101110 1001 101100010 1001001 1000100

Color Harmonies of #E9727E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9727E

Black with #E9727E

Text Example


Text Example

White with #E9727E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9727E; }

 p { color: rgb(233,114,126); }

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

background-color css

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

 a { background-color: rgb(233,114,126); }

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

border-color css

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

 span { border-color: rgb(233,114,126); }

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