Html Css Color HEX #EF727A Froly

📋 copy color: '#EF727A'

red 239 ◦ green 114 ◦ blue 122

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

Shades of Froly #EF727A

Tints of Froly #EF727A

RGB

 RED value IS 239 (93.75% from 255) = 50.32%

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

 BLUE value IS 122 (48.05% from 255) = 25.68%

R = 50.32%
G = 24%
B = 25.68%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF727A (or 0xEF727A) is known color: Froly. HEX triplet: EF, 72 and 7A. RGB value is (239,114,122). Sum of RGB (Red+Green+Blue) = 239+114+122=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 114 (44.92% from 255 or 24% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF727A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF727A is #108D85. Grayscale: #989898. Windows color (decimal): -1084806 or 8024815. OLE color: 8024815.

HSL color Cylindrical-coordinate representation of color #EF727A: hue angle of 356.16º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF727A is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 114 122 -
CMYK 0 0.52 0.49 0.06
HSL 356.16º 0.8% 0.69% -
HSV(B) 356.16º 0.52% 0.94% -
XYZ 45.13 31.79 22.17 -
YUV 152.29 110.91 189.85 -
System Red Green Blue C M Y K H S L
Decimal 239 114 122 0 0.52 0.49 0.06 356.16 0.8 0.69
Hex EF 72 7A 0 34 31 6 164 50 45
Octal 357 162 172 0 64 61 6 544 120 105
Binary 11101111 1110010 1111010 0 110100 110001 110 101100100 1010000 1000101

Color Harmonies of #EF727A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF727A

Black with #EF727A

Text Example


Text Example

White with #EF727A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF727A; }

 p { color: rgb(239,114,122); }

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

background-color css

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

 a { background-color: rgb(239,114,122); }

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

border-color css

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

 span { border-color: rgb(239,114,122); }

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