Html Css Color HEX #EF6B7C Froly

📋 copy color: '#EF6B7C'

red 239 ◦ green 107 ◦ blue 124

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

Shades of Froly #EF6B7C

Tints of Froly #EF6B7C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.77%

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

R = 50.85%
G = 22.77%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.48

 K value IS 0.06

RGB Variations

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

Color information

#EF6B7C (or 0xEF6B7C) is known color: Froly. HEX triplet: EF, 6B and 7C. RGB value is (239,107,124). Sum of RGB (Red+Green+Blue) = 239+107+124=470 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.85% from 470); Green value is 107 (42.19% from 255 or 22.77% from 470); Blue value is 124 (48.83% from 255 or 26.38% from 470); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6B7C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6B7C is #109483. Grayscale: #949494. Windows color (decimal): -1086596 or 8154095. OLE color: 8154095.

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

Color convert

RGB 239 107 124 -
CMYK 0 0.55 0.48 0.06
HSL 352.27º 0.8% 0.68% -
HSV(B) 352.27º 0.55% 0.94% -
XYZ 44.49 30.32 22.58 -
YUV 148.41 114.23 192.62 -
System Red Green Blue C M Y K H S L
Decimal 239 107 124 0 0.55 0.48 0.06 352.27 0.8 0.68
Hex EF 6B 7C 0 37 30 6 160 50 44
Octal 357 153 174 0 67 60 6 540 120 104
Binary 11101111 1101011 1111100 0 110111 110000 110 101100000 1010000 1000100

Color Harmonies of #EF6B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6B7C

Black with #EF6B7C

Text Example


Text Example

White with #EF6B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6B7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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