Html Css Color HEX #EE727F Froly

📋 copy color: '#EE727F'

red 238 ◦ green 114 ◦ blue 127

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

Shades of Froly #EE727F

Tints of Froly #EE727F

RGB

 RED value IS 238 (93.36% from 255) = 49.69%

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

 BLUE value IS 127 (50% from 255) = 26.51%

R = 49.69%
G = 23.8%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.07

RGB Variations

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

Color information

#EE727F (or 0xEE727F) is known color: Froly. HEX triplet: EE, 72 and 7F. RGB value is (238,114,127). Sum of RGB (Red+Green+Blue) = 238+114+127=479 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.69% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 127 (50% from 255 or 26.51% from 479); Max value from RGB is 238 - color contains mainly: red. Hex color #EE727F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EE727F is #118D80. Grayscale: #989898. Windows color (decimal): -1150337 or 8352494. OLE color: 8352494.

HSL color Cylindrical-coordinate representation of color #EE727F: hue angle of 353.71º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EE727F is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.07.

Color convert

RGB 238 114 127 -
CMYK 0 0.52 0.47 0.07
HSL 353.71º 0.78% 0.69% -
HSV(B) 353.71º 0.52% 0.93% -
XYZ 45.11 31.74 23.83 -
YUV 152.56 113.58 188.94 -
System Red Green Blue C M Y K H S L
Decimal 238 114 127 0 0.52 0.47 0.07 353.71 0.78 0.69
Hex EE 72 7F 0 34 2F 7 162 4E 45
Octal 356 162 177 0 64 57 7 542 116 105
Binary 11101110 1110010 1111111 0 110100 101111 111 101100010 1001110 1000101

Color Harmonies of #EE727F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EE727F

Black with #EE727F

Text Example


Text Example

White with #EE727F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EE727F; }

 p { color: rgb(238,114,127); }

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

background-color css

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

 a { background-color: rgb(238,114,127); }

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

border-color css

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

 span { border-color: rgb(238,114,127); }

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