Html Css Color HEX #EF707F Froly

📋 copy color: '#EF707F'

red 239 ◦ green 112 ◦ blue 127

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

Shades of Froly #EF707F

Tints of Froly #EF707F

RGB

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

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

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

R = 50%
G = 23.43%
B = 26.57%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.47

 K value IS 0.06

RGB Variations

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

Color information

#EF707F (or 0xEF707F) is known color: Froly. HEX triplet: EF, 70 and 7F. RGB value is (239,112,127). Sum of RGB (Red+Green+Blue) = 239+112+127=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 112 (44.14% from 255 or 23.43% from 478); Blue value is 127 (50% from 255 or 26.57% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF707F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF707F is #108F80. Grayscale: #979797. Windows color (decimal): -1085313 or 8351983. OLE color: 8351983.

HSL color Cylindrical-coordinate representation of color #EF707F: hue angle of 352.91º 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 #EF707F is Cyan = 0, Magento = 0.53, Yellow = 0.47 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 112 127 -
CMYK 0 0.53 0.47 0.06
HSL 352.91º 0.8% 0.69% -
HSV(B) 352.91º 0.53% 0.94% -
XYZ 45.22 31.47 23.77 -
YUV 151.68 114.08 190.28 -
System Red Green Blue C M Y K H S L
Decimal 239 112 127 0 0.53 0.47 0.06 352.91 0.8 0.69
Hex EF 70 7F 0 35 2F 6 161 50 45
Octal 357 160 177 0 65 57 6 541 120 105
Binary 11101111 1110000 1111111 0 110101 101111 110 101100001 1010000 1000101

Color Harmonies of #EF707F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF707F

Black with #EF707F

Text Example


Text Example

White with #EF707F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF707F; }

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

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

background-color css

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

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

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

border-color css

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

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

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