Html Css Color HEX #EF707C Froly

📋 copy color: '#EF707C'

red 239 ◦ green 112 ◦ blue 124

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

Shades of Froly #EF707C

Tints of Froly #EF707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 23.58%

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

R = 50.32%
G = 23.58%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF707C (or 0xEF707C) is known color: Froly. HEX triplet: EF, 70 and 7C. RGB value is (239,112,124). Sum of RGB (Red+Green+Blue) = 239+112+124=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 112 (44.14% from 255 or 23.58% from 475); Blue value is 124 (48.83% from 255 or 26.11% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF707C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF707C is #108F83. Grayscale: #979797. Windows color (decimal): -1085316 or 8155375. OLE color: 8155375.

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

Color convert

RGB 239 112 124 -
CMYK 0 0.53 0.48 0.06
HSL 354.33º 0.8% 0.69% -
HSV(B) 354.33º 0.53% 0.94% -
XYZ 45.03 31.39 22.76 -
YUV 151.34 112.58 190.52 -
System Red Green Blue C M Y K H S L
Decimal 239 112 124 0 0.53 0.48 0.06 354.33 0.8 0.69
Hex EF 70 7C 0 35 30 6 162 50 45
Octal 357 160 174 0 65 60 6 542 120 105
Binary 11101111 1110000 1111100 0 110101 110000 110 101100010 1010000 1000101

Color Harmonies of #EF707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF707C

Black with #EF707C

Text Example


Text Example

White with #EF707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF707C; }

 p { color: rgb(239,112,124); }

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

background-color css

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

 a { background-color: rgb(239,112,124); }

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

border-color css

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

 span { border-color: rgb(239,112,124); }

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