Html Css Color HEX #EF717B Froly

📋 copy color: '#EF717B'

red 239 ◦ green 113 ◦ blue 123

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

Shades of Froly #EF717B

Tints of Froly #EF717B

RGB

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

 GREEN value IS 113 (44.53% from 255) = 23.79%

 BLUE value IS 123 (48.44% from 255) = 25.89%

R = 50.32%
G = 23.79%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#EF717B (or 0xEF717B) is known color: Froly. HEX triplet: EF, 71 and 7B. RGB value is (239,113,123). Sum of RGB (Red+Green+Blue) = 239+113+123=475 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.32% from 475); Green value is 113 (44.53% from 255 or 23.79% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 239 - color contains mainly: red. Hex color #EF717B is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF717B is #108E84. Grayscale: #979797. Windows color (decimal): -1085061 or 8090095. OLE color: 8090095.

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

Color convert

RGB 239 113 123 -
CMYK 0 0.53 0.49 0.06
HSL 355.24º 0.8% 0.69% -
HSV(B) 355.24º 0.53% 0.94% -
XYZ 45.08 31.59 22.46 -
YUV 151.81 111.74 190.19 -
System Red Green Blue C M Y K H S L
Decimal 239 113 123 0 0.53 0.49 0.06 355.24 0.8 0.69
Hex EF 71 7B 0 35 31 6 163 50 45
Octal 357 161 173 0 65 61 6 543 120 105
Binary 11101111 1110001 1111011 0 110101 110001 110 101100011 1010000 1000101

Color Harmonies of #EF717B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF717B

Black with #EF717B

Text Example


Text Example

White with #EF717B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF717B; }

 p { color: rgb(239,113,123); }

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

background-color css

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

 a { background-color: rgb(239,113,123); }

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

border-color css

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

 span { border-color: rgb(239,113,123); }

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