Html Css Color HEX #EF6C7D Froly

📋 copy color: '#EF6C7D'

red 239 ◦ green 108 ◦ blue 125

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

Shades of Froly #EF6C7D

Tints of Froly #EF6C7D

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.88%

 BLUE value IS 125 (49.22% from 255) = 26.48%

R = 50.64%
G = 22.88%
B = 26.48%

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

#EF6C7D (or 0xEF6C7D) is known color: Froly. HEX triplet: EF, 6C and 7D. RGB value is (239,108,125). Sum of RGB (Red+Green+Blue) = 239+108+125=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 108 (42.58% from 255 or 22.88% from 472); Blue value is 125 (49.22% from 255 or 26.48% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6C7D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #EF6C7D is #109382. Grayscale: #959595. Windows color (decimal): -1086339 or 8219887. OLE color: 8219887.

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

Color convert

RGB 239 108 125 -
CMYK 0 0.55 0.48 0.06
HSL 352.21º 0.8% 0.68% -
HSV(B) 352.21º 0.55% 0.94% -
XYZ 44.66 30.56 22.95 -
YUV 149.11 114.4 192.12 -
System Red Green Blue C M Y K H S L
Decimal 239 108 125 0 0.55 0.48 0.06 352.21 0.8 0.68
Hex EF 6C 7D 0 37 30 6 160 50 44
Octal 357 154 175 0 67 60 6 540 120 104
Binary 11101111 1101100 1111101 0 110111 110000 110 101100000 1010000 1000100

Color Harmonies of #EF6C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EF6C7D

Black with #EF6C7D

Text Example


Text Example

White with #EF6C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EF6C7D; }

 p { color: rgb(239,108,125); }

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

background-color css

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

 a { background-color: rgb(239,108,125); }

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

border-color css

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

 span { border-color: rgb(239,108,125); }

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